Eliminating white space on top of homepage

  • Unknown's avatar

    I would love to get rid of the leftover white space btwn the top of my homepage photo and the base of the logo, I would also like to get all of the tabs on the navigation to be in one line. Thank you

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Use this to remove padding (white space) below the logo:

    .header-wrapper,
    .custom-logo {
    	padding-bottom: 0;
    }

    And this to get all the menu items on one line:

    #title {
    	max-width: 35%;
    }
    
    .js #basis-header-nav {
    	max-width: 65%;
    }

    I hope this helps! Good luck!

    Regards,

    Michael

  • Unknown's avatar

    Great thank you. Is it possible to move the navigation bar to the right so that it goes to the right edge of the page? Thanks.

  • The topic ‘Eliminating white space on top of homepage’ is closed to new replies.