Tagged: 

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

    Currently social icons are displayed in the header of my site but they don’t display anywhere on the mobile site. Can’t find an option to enable them on mobile, can anyone point me in the right direction?

    #640031

    Hey OmarZRG,

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

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

    Best regards,
    Vinay

    #641740

    That worked, thanks!

    #641905

    Hi,

    Great, glad we could help. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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