Logo size in mobile
Hi once again (sorry to be bombarding you!). I’ve had to untick the auto size for my logo as it shows really tiny on the PC if I leave it ticked, however on the phone it shows too big and doesn’t resize along with the rest of my site. How can I fix this? Thanks.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1No problem.
Try the following under Appearance > Custom CSS:
/* Focus Logo on Small Screens */ @media (max-width: 480px) { #masthead hgroup img { max-height: 40px; } }Adjust the 40px figure there as required.
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.