White space under logo on mobile screen
I have uploaded an image for my logo but when i look at it on a mobile device there is a lot of white space underneath. I wanted to know how to remove this.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Little Blessing’s Childcare Sandra
You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Logo */ @media (max-width: 480px) { body.responsive #masthead .hgroup .logo img { margin-bottom: -30px; } }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.