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

    HI, I would like to have the social icons in the extra area (above my header)on my mobile website. Currently they only show on desktop. How Would I add this?

    #1412770

    Hey michelleornest,
    Thank you for the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 479px){
    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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