Hi!
Please check on Phone http://www.create-gardendesign.nl/wp
Because of the social media icons at the top of the screen, there’s a line beneath these icons. This line prevent toe show the hamburgermenu properly. How can I fix this (no line).
Thanks for your help!
Hey famewebdesign,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#header #header_meta {
display:none !important;
}
}
Best regards,
Rikard
That works! Great! Thanks Rikard!