Tagged: mobile
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?
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
That worked, thanks!