Tagged: layout, main menu, navigation, Single Page
-
AuthorPosts
-
November 19, 2015 at 3:03 am #538671
Hi all,
I’ve built a website using Enfold that uses the sidebar layout (that is, the main menu & logo are on the side) like this:
However, I need a single page to have the main menu and navigation at the top of the page.
How to I implement this?
I searched everywhere and can’t find the answer!Thanks!
- This topic was modified 9 years ago by Dylanmeyer.
November 19, 2015 at 7:55 am #538783Hey Dylanmeyer!
That would require to load the header option differently and that is not possible, at least if there are no advanced mofications.
I would suggest to contact
http://kriesi.at/contact/customizationwho might be able to assist you with those advanced modifications.
Thanks a lot for your time.
Best regards,
BasilisNovember 20, 2015 at 8:27 am #539375Hi,
is there a way to at least hide it on a page then?
Best,
November 20, 2015 at 3:03 pm #539661Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_sidebar #top.single #header { display: none; } .html_header_left .single #main { margin-left: 0; }
Best regards,
YigitNovember 20, 2015 at 3:29 pm #539692I entered that in and it didn’t work…
I just need to hide the side main menu on a single page (so the white bar on the left isn’t there).
- This reply was modified 9 years ago by Dylanmeyer.
November 20, 2015 at 3:32 pm #539701Hi!
It would hide it on all single post and single portfolio pages. Can you please post the link to your website and point out the page that you would like to hide?
Best regards,
YigitNovember 20, 2015 at 3:36 pm #539707I’ve managed to hide the menu itself, just not the bar
November 20, 2015 at 3:41 pm #539709Hey!
Please add following code to Quick CSS
.html_header_left .home #main { margin-left: 0; }
Cheers!
YigitNovember 20, 2015 at 3:46 pm #539710November 20, 2015 at 3:53 pm #539719Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘Different Main Menu Layout On a Single Page’ is closed to new replies.