- This topic has 3 replies, 2 voices, and was last updated 6 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
The header area looks great when viewed on a computer but not when viewed on a mobile phone. The logo is really small and there’s too much space around it.
Hi Mira,
Please share your website URL and we will check for the possible solutions.
Kind Regards
Hi Mira,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
@media screen and (max-width: 1080px) {
.entry-header {
height: 150px !important;
}
}
@media screen and (max-width: 690px) {
.entry-header {
height: 100px !important;
}
}
@media screen and (max-width: 590px) {
.logo-img {
margin-top: -30px !important;
}
}
Kind Regards