Hi, i cant find this in the forum but i thought it would be a popular question. How do i hide the topbar above the header on mobile devices? i need it on deck top and tablet but it gets in the way on mobile.
Hey Lyndon,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
#header_meta {
display:none;
}
}
Best regards,
Rikard
Hi, sorry for the slow response, I dont seem to get notified of your replies anymore. Anyway, thank you, that seems to have woked perfectly.
Regards
Lyndon
Hi Lyndon,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria