Tagged: 

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

    Hello,
    Sorry for the stupid question. II tried to solve the problem, but I haven’t success.
    I have to show social icons on landscape mode on mobile devices.

    Could you help me?
    Thank you very much

    • This topic was modified 6 years, 4 months ago by Europroject.
    #987021

    Hey Europroject,

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

    CSS Snippet:

    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block;
    }}
    
    

    Best regards,
    Yigit

    #987076

    Thank you for the fast support.
    I add this code but the icons are still hidden

    #987082

    Hi,

    There was a missing opening curly bracket in your custom CSS code. I added it. Please review your website

    Best regards,
    Yigit

    #987083

    Thank you now it’s ok, Thank you very much for your support.

    #987097

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hidden Social Icon on smartphone’ is closed to new replies.