Home>Support>How to remove the white space around my logo

How to remove the white space around my logo

Hello I read through a few threads that show how to remove the white space around a header logo, but want to make sure it will work for my site before I put custom code into the site. This is my site kakuetta.com

The logo is 350px by 350px. I would like to remove some of the white space from the top and bottom to tighten it up a bit.

Thank you,
Art

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Art,

    So the issue here is that your image is setup to be that way. I can “hide” (not remove) some of the spacing with CSS but I can’t promise it will be 100% browser compatible. You would be better off removing the spacing directly from the image itself.

    Please navigate to WP Admin > Appearance > Custom CSS and add the following CSS:

    .logo img {
    	margin-top: -157px;
    	margin-bottom: -174px;
    }
    
    .mobile-device .logo img {
    	margin-bottom: -64px !important;
    }
    

    By the way, as you’re a Vantage Premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread.

  2. 8 years, 4 months ago Art Saborio

    Thank you Alex. Appreciate the added code. I will give this a try.
    Art

  3. 8 years, 4 months ago Alex S
    Hi, I Work Here

    Hi Art,

    Let me know how it looks. Please note that it might not look 100% as intended due to the nature of client-side editing. I will however, be able to quickly correct any issues.

  4. 8 years, 4 months ago Art Saborio

    Thank you Alex, I will let you know how it turns out.
    Art

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More