- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi
It is not a short answer 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
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
Bye
If you need more help, just say