x

Is is possible to have a theme where homepage navigation menu is on top and..

Is is possible to have a theme where homepage menu is on top and on rest of the pages the navigation menu will be on the side?

Not sure if I'm looking for too much- I've yet to find a theme that I'm capable of doing that. Am I missing something?

713 Views
Message 1 of 3
Report
2 REPLIES 2

Hello dovpanda! It sounds like you're looking for a custom theme. Some of our Community members here should be able to point you in the right direction.

708 Views
Message 2 of 3
Report

Hi

It is not a short answer Smiley Happy but is not too difficult to do

You have to choose a theme first. I would go wit a theme which has side navigation menu... For example: Kenzo - Squared 2 is a nice theme with left side navigation...

Then you have to make a new page layout and write some CSS rules for the new layout.

Are you familiar with CSS? If you are not familiar with coding it is better if someone makes it for you... For example me Smiley Happy

If you want to try I can give some advices. First of all, play with browser inspect elements. You can change things localy without affecting the site.

Speaking about the Kenzo theme, you have a main content which is padding-left 320px; that goes to 0. But first you have to change the #navigation height from 100% to 150px for example. And the width from to 320px to 100%. Now the menu is vertical. By setting the display to inline-flex you can make it horizontal. And set the menu height to 50px;

When It works in your browser don't forget that you can not simply change the code in your CSS file but you must write the new rules and assign them to the new page layout. Find the CSS where other layouts are defined and have it for example how to write rules for your layout.

Hope this helped or a least you have an idea about Smiley Wink

Bye

If you need more help, just say Smiley Wink

681 Views
Message 3 of 3
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.