Hi,
The whitespace between the logo and the content on the site I’m creating look fine on desktop, but when I look at the mobile version, part of the logo is getting cut off. Is there a way I can increase the whitespace in this area on mobile only?
Thank you.
Hey courtneymedders,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header_main .av-logo-container.container {
height: 100px !important;
line-height: 100px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi courtneymedders,
Below is how I see it, the same on my cell. Could you please clear the cache, check again and get back to us.
Please, attach a few screenshots.
Best regards,
Victoria
Sure, here’s the desktop view link: https://i.imgur.com/S3AvxY9.jpg and mobile: https://i.imgur.com/ejJrwvU.jpg
Hi,
Thanks for the screenshots. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top .logo {
height: 100px !important;
}
}
Best regards,
Rikard
That did the trick. Thank you!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Ok to close. Thanks!