Hi,
i added a logo with 220px in height.
Everything works fine in desktop view. In mobile view there is less space between logo and following content.
I got that issue on every page only not in the start (home) page?
Please see screenshots.
How can i fix that?
kInd regards Jak
Hi Jak,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px)
#top:not(.home) #main > .avia-section .content {
padding-top: 100px;
}
}
Regards,
Yigit
Hi Yigit,
works great, many thanks!!!
kind regards Jak