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

    hI,

    On my site te social icons (links) doesnt work on the mobile website, in the normal website there is no problem.
    You have a solution ?

    #797807

    Hey BPC,

    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: 989px) and (min-width: 768px) {
    .responsive.html_header_top.html_mobile_menu_tablet #header_main .social_bookmarks {
        display: block;
    }}
    

    Best regards,
    Yigit

    • This reply was modified 6 years, 10 months ago by Yigit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.