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

    Hi,

    Mobile only – Social icons in header
    Is there any CSS that can be added so that the Facebook and Instagram icons appear in the top next to the burger menu – for mobile only?

    Thanks

    #1439425

    Hey woogie07,
    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;
    }
    }

    Best regards,
    Mike

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