Tagged: header, mobile, whitespace
Hey guys,
I need to remove the 25px of whitespace under my mobile header…only the mobile, not the full version.
Thanks!
Hey JPOsteen,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#top_page {
margin-top:0 !important;
}
}
Best regards,
Rikard
Worked perfect! Thanks!!