Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #993944

    Hi Team,

    I added 10px to the header_meta via padding-bottom but now the beginning of the page / slider is under the menu. Is there a way to fix this? Thank you.

    My Quick CSS:

    #header_meta { text-transform: uppercase; padding-bottom: 10px; }
    #header_meta .container { top: 10px; }
    .header_color .container_wrap_meta { background: white; }
    
    #header_meta #avia2-menu a { font-size: 12px !important; }
    #avia-menu .avia-menu-text { font-size: 16px !important; }
    .sidebar a { font-size: 14px!important; }
    #socket a { font-size: 14px; }
    
    @media only screen and (max-width: 767px) { #header_meta { display: none; }
    }
    
    @media only screen and (max-width: 990px) {
    #top #menu-item-search { 
    display: none; }
    .av-burger-overlay-active #top #menu-item-search { 
    display: block; }}
    
    #top .widget_nav_menu li { text-align: left; }
    .widget { padding: 15px 0px !important; }
    
    @media only screen and (max-width: 380px) {
    .only-dt { display: none !important; }}
    
    .post-meta-infos { display: none; }
    .slide-meta { display: none; }
    .responsive #socket .sub_menu_socket { display: block!important; }
    .slide-content .blog-categories { display: none; }
    • This topic was modified 6 years, 3 months ago by Phillip.
    #993949

    Hey Phillip,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
    CSS Snippet:

    
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 129px;
    }
    
    

    Best regards,
    Yigit

    #993951

    Thank you!

    #993959

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Overlay caused by header’ is closed to new replies.