Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #922406

    hello,

    in mobile version i don’t have my social icons and phone number in my header.

    Where can i make both visible for mobiles?

    Thank you for helping!

    #922437

    Hey Luisgasser,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #922440

    it’s in private content

    #922751

    Hi,

    Thanks for the link. 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 !important;
    }
    }

    Best regards,
    Rikard

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