Hi,
I have the premium version of vantage…
I have been trying to figure out how to removing the spacing below the logo when it goes into mobile view. Also I wanted to have the logo shrink a bit when it reaches the mobile view so it doesn’t take up half the page. I have been trying to add custom css codes to make this work but I can’t quite figure this out on my own… Help!!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Dominique Snyder
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.
@media screen and (max-width:480px){ #masthead .hgroup .logo img { height: 90px; width: auto; } #main { padding-top: 10px !important; } }Let us know how you get on
Magus
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.