Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #186577

    Hi,
    How can I control the distance between the top menu and the slider?

    In addition, where do I set the slider height?

    Thanks,
    Guy.

    • This topic was modified 11 years ago by guyco.
    #186582

    Slider height:
    Layerslider: global settings, slider height

    #186604

    Thanks.
    What the about the first question?

    #186605

    Hey!

    Can you post the link to your website so we can check what type of header you are using?

    Regards,
    Yigit

    #186606
    This reply has been marked as private.
    #186608

    Hey!

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

    .home .fixed_header.social_header #main {
    padding-top: 12px; }

    Regards,
    Yigit

    #186610

    This is what I have in the quick css under styling tab:
    li#menu-item-3512 a {
    padding: 5px 10px;
    background-color: #0698d9!important;
    color: white!important;
    height: 30px!important;
    line-height: 20px!important;
    margin-top: 43px;
    border-radius: 10px;
    }

    .header-scrolled li#menu-item-3512 a {
    margin-top: 15px;
    }

    .home .fixed_header.social_header #main {
    padding-top: 12px; }

    You can check it out, it seems like it was before.
    Thanks,
    Guy.

    #186627

    Hey!

    Please flush browser cache and refresh page a few times. On my end, it removed the huge gap between header and slider on homepage

    Cheers!
    Yigit

    #186631

    Did it few times, no change :(
    Could you please send me a screenshot of what you see?
    Cheers,
    Guy.

    #186676

    Hey!

    Try adding this code instead (replace what you have in Quick CSS):

    #header_main .container {
        height: 75px !important;
    }
    #avia-menu li, #avia-menu li a {
        height: 75px !important;
        line-height: 75px !important;
    }
    li#menu-item-3512 a {
        padding: 5px 10px;
        background-color: #0698D9!important;
        color: #FFF!important;
        height: 30px!important;
        line-height: 20px!important;
        margin-top: 23px !important;
        border-radius: 10px;
    }
    #main {
        padding-top: 106px !important;
    }

    Regards,
    Josue

    #187678

    Works like charm!
    The only thing that I noticed now, is that the top bar does not shrink when scrolling the page … Any idea how to tackle it?
    Thanks for your great support.

    Cheers,
    Guy.

    • This reply was modified 11 years ago by guyco. Reason: Added more information
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Header and slider distance’ is closed to new replies.