Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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:

    View post on imgur.com


    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.
    #538783

    Hey 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/customization

    who might be able to assist you with those advanced modifications.

    Thanks a lot for your time.

    Best regards,
    Basilis

    #539375

    Hi,

    is there a way to at least hide it on a page then?

    Best,

    #539661

    Hey!

    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,
    Yigit

    #539692

    I 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.
    #539701

    Hi!

    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,
    Yigit

    #539707

    I’ve managed to hide the menu itself, just not the bar

    #539709

    Hey!

    Please add following code to Quick CSS

    .html_header_left .home #main {
        margin-left: 0;
    }

    Cheers!
    Yigit

    #539710

    HI,

    Thanks! managed to get it working!

    • This reply was modified 9 years ago by Dylanmeyer.
    #539719

    Hi!

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Different Main Menu Layout On a Single Page’ is closed to new replies.