Tagged: social icon
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
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
Thank you for the fast support.
I add this code but the icons are still hidden
Hi,
There was a missing opening curly bracket in your custom CSS code. I added it. Please review your website
Best regards,
Yigit
Thank you now it’s ok, Thank you very much for your support.