Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #636838

    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!

    #637449

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.