- This topic has 4 replies, 2 voices, and was last updated 3 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Hello!
I’d like to see if it’s possible to reduce the amount of empty space around my logo in mobile views (it’s okay in “desktop” views. There is too much padding above and below and I’d like to reduce that if possible.
Thanks,
Tom
Hi Tom,
Please share your website URL and we will check for possible solutions.
Kind Regards
Hi Vako,
Just checking to see if you’ve had a chance to look at this. Thanks!!
Tom
Hi Tom,
Sorry for the late reply we were off for a while.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
@media screen and (max-width: 880px) {
.entry-header {
height: 130px !important;
}
}
Kind Regards