Hi!
I’d like to hide my menu (one page design). But I still want the social icons to show on the right top of the page.
I worked around it for the desktop version, but on mobile devices it gets quite ugly.
Please your advice. Thank you.
Kind regards,
Charlotte
Hi Boulanger!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#header_main { display: none; }}
Cheers!
Yigit
Works!
Thanks a lot!
Charlotte