Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1411402

    anncox1289
    Participant

    To X Support,

    How do I remove a substantial amount of white space below the nav bar so my slider or content is not a good for inches below the menu?

    #1411880

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password (only if necessary)

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1416338

    anncox1289
    Participant
    This reply has been marked as private.
    #1416756

    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-navbar .desktop .x-nav > li > a {
        max-height: 45px;
    }
    

    Hope that helps.

    #1417740

    anncox1289
    Participant

    when I put this code in, it solved not having all of that extra space on every landing page except the home page. the home page now has no white space (as opposed to minimal) between the slider and the nav bar. The home page slider is the only slider that is full width (which I want for every other landing page). I have posted over 20 times to get the slider sizes resolved with no solution from your team.

    please see image attached for reference.

    #1418240

    Friech
    Moderator

    Hi There,

    Please update the css code to this:

    body:not(.home) .x-navbar .desktop .x-nav > li > a {
        max-height: 45px;
    }

    This should not affect the homepage now.

    Thanks.