Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #621445

    Hi,

    I have changed the main menu display from “top” to “left”. Since then I have separator lines between the different menu items. I have tried numerous codes I found in other posts, however, non seem to work.

    Site: sandbox.moelzer.de

    While I like the effect the semi-transpartent left-menu gives to the front page, how do I set the menu on all other pages to prevent the gallery-element from “moving” behind header?

    Thank you,
    Andreas

    • This topic was modified 8 years, 7 months ago by ajgwnyc.
    #622643

    Hey ajgwnyc!

    You have following custom CSS code

    #main {
        margin-left: 0px !important;
    }

    Please change it to

    .home #main {
        margin-left: 0px !important;
    }

    Regards,
    Yigit

    #622866

    Hi Yigit,

    Thank you for your reply. Unfortunately nothing has changed. The lines between the menu items and the other widgets are still visible. Any other ideas?

    Best regards,
    Andreas

    #623011

    Hey!

    Please add following code to Quick CSS instead

    #header * {
        border: none!important;
    }

    Cheers!
    Yigit

    #623681

    Works perfectly. Thank you!

    #623682

    Hey!

    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 :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Separator line in main menu’ is closed to new replies.