Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #783756

    Hi

    I have adjusted the main menu to display higher and to the center on my website here: http://crescendo.staging.wpengine.com/ (hosted on WPengine)

    As a result, the gap between the header and the slider is large and I don’t know how to reduce it. I tried change different CSS element but was not successful in accomplishing this.

    Since I am launching next Monday, it would appreciate a quick solution.

    Thanks
    Lyse

    #783765

    Hey Lyse,

    Thank you for providing a link to your website. It seems to me that your slider is right after your header. Can you provide us a screenshot that shows specifically how you want your website to look like?

    Best regards,
    Sarah

    #784064

    Hi Sarah,

    Here’s a screenshot of the gap that I would like to reduce between the header and the slider:
    https://www.dropbox.com/s/kte9ap8fxs89p4y/header%20gap.jpg?dl=0

    Thanks
    Lyse

    #784342

    Hi,

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

    .html_header_top.html_bottom_nav_header .main_menu>div {
       height:5px !important;
    }
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
       padding-top: 175px !important;
    }
    

    You can adjust the values to suit your preferences.

    Best regards,
    Sarah

    #784723

    Hi Sarah

    I added the CSS but it did not change anything.

    Thanks
    Lyse

    #784899

    Hi Lyse,

    Can you try adding it into your child theme’s style.css file? Please remember to clear your cache.

    If neither of those things work, can you give us temporary access into your website so we can take a closer look?

    Best regards,
    Sarah

    #784991

    Hi Sarah,

    That is where I added the CSS code – my child theme styles.css.

    I’m on my staging area so there is not cache and on my local machine I have cleared my cache.

    I have included credentials below.

    Thank you
    Lyse

    #784996

    Hi again Sarah,

    Just looked at the code and saw that a <br> was added between the css code and the first curly brace. Once I removed it all worked well for the gap.

    Thank you for your patience.

    Lyse

    #785035

    Oh, hooray, it worked! :) Happy to help. Let us know here in the forums if you need help with anything else.

    Cheers!
    Sarah

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header – reduce space between main menu and slider’ is closed to new replies.