Tagged: enfold, secondary menu, social icons
Hi guys,
The social icons in the secondary header aren’t showing below screen widths of 768px and I can’t work out whats causing it in the CSS. Can you assist?
Hey brandaspect,
Add this to quick css:
@media only screen and (max-width: 767px) {
.responsive #top #header .social_bookmarks,.responsive #top #wrap_all #header .social_bookmarks{
display:block;
}}
Best regards,
Jordan Shannon
