Logo horizontal spacing

Home Support X Business Logo horizontal spacing

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8347
    Anonymous
    Inactive

    This is an extremely minor thing, but it’s driving me crazy. As you can see in the URL below, the top padding of the logo is larger than the bottom. This only seems to be an issue on the desktop version of the site.

    Is there somewhere where this can be modified so that the logo looks more centered horizontally on the page?

    Logo example

    Thanks!

    #8348
    ProDesigns
    Keymaster

    Hi @texanstech,

    Please provide us your site URL, it will be easier to provide you a proper solution.

    Thank you.

    #8350
    ProDesigns
    Keymaster

    Hi @texanstech,

    Please login to your wp-admin dashboard, go to Appearance >> Customize >> Additional CSS and add following CSS code.

    .site-branding {
    	margin-top: 15px;
    	margin-bottom: 15px;
    }
    
    #main-nav {
    	margin-top: 30px;
    }
    
    .mean-container .mean-nav {
        margin-top: 160px;
    }
    
    .custom-logo-link, 
    .site-logo-link {
    	line-height: 1;
    }

    Hope it will work. Feel free to contact us if you need further help.

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.