Hello,
I wanted to add some additional information in my header. I used the code snippet from this article http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
However its putting it in a weird place and when I resize my window its all over the place. I have attached a link to the site
Thanks!
Hey Pappasdg,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 1220px) {
#header ul.social_bookmarks {
display: none !important;
}}
I can only see social icons overlapping your content and code above should fix it
Best regards,
Yigit