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

    Hi,
    how can I add Social Icons on header on mobile view?
    Looking forward hearing from you

    #1324477

    Hey maryenvato,

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

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block;
    }
    }

    Best regards,
    Rikard

    #1324871

    Hi Rikard, this is my quick css…
    But the code does not work

    #1324944

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    #1325136

    Now, the code works.
    Thanks

    #1325208

    Hi,

    Great, I’m glad to hear that it’s working now. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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