Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #738057

    Ahoy,

    How do I make it so the social icons disappear before they overlap the logo when the browser is minimized ?

    #738191

    Hey mcraig77,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 915px) {
    #header_meta ul.social_bookmarks {
      display:none;
    }
    }

    Best regards,
    Rikard

    #738196

    Hello,

    I added that but it did not work. Please Advise

    #738261

    Hi!

    I loaded the web site and I can not see the code there.
    Please add it back and disable your cache / clear it

    Cheers!
    Basilis

    #738513

    Hi,

    I added the code and it did not work so I took it out. I just reinserted the code and looked on several browsers but the social icons still overlap. Please Advise.

    #738765

    Hi,

    Try this instead:

    @media only screen and (max-width: 915px) {
    #header_main ul.social_bookmarks {
      display:none;
    }
    }

    Best regards,
    Rikard

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