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

    The social icons on my site diseappear when viewed on a mobile device (or 480px or less). I’d like it to stay on, even if it overlaps with the header image.

    #847009

    Hey greasypigstudios,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 480px) {
    .responsive #top #main .av-logo-container .social_bookmarks {
        display: block!important;
    }}
    

    Best regards,
    Yigit

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