Header logo clipped on mobiles
-
Hi
My header image (the logo of my brand) is being clipped when viewed on mobile devices.
Can you please take a look at celebratemk.co.uk
Many thanks
Jon
The blog I need help with is: (visible only to logged in users)
-
Hi Jon, add the following Media Query to your custom CSS. Go to Customize > CSS, delete all the informational text in that window, and paste in the following.
@media screen and (max-width: 400px) { .site-branding { min-height: auto !important; } }
- The topic ‘Header logo clipped on mobiles’ is closed to new replies.