Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #601999

    Hi,
    Still the last update the header main menu is overlapping a little the submenu :(
    By i.e. with Chrome is just ugly!
    How can I do to adjust it?

    For the rest, everything fine with your amazing theme :)

    Tks for help

    best regards
    Philippe

    • This topic was modified 8 years ago by equatis.
    #602004

    Hi Philippe!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
        padding-top: 167px !important;
    }

    Best regards,
    Yigit

    #605798

    Tks Yigit :)
    If I want to change the color of the border may I write:
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 167px !important;
    border-color: #f2f2f2;
    }

    #605932

    Hi,

    The code looks ok, did you try it out? You might need to add !important; at the end of the border argument.

    Regards,
    Rikard

    #606615

    Hi Rikard
    Nop … here my full Quick css code. The border-color has no effect :(
    Well, I don’t know where I’m bad …. Any help? What I wish it is that the lower color of the border be the same that the top one.

    #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    font-weight: bold;
    }
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    }

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 158px !important;
    border-color: #f2f2f2 !important;
    }

    • This reply was modified 8 years ago by equatis.
    #606632

    Hey!

    Border color seems correct on my end. It is green on title bar only and you can change it using following code

    .title_container {
        border-color: #e2e2e2!important;
    }

    Best regards,
    Yigit

    #606779

    Thks a lot Yigit :)
    Actually it’s perfect !
    Best regards
    Philippe

    #607055

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

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Main menu overlapping sub menu’ is closed to new replies.