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

    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?

    #1042241

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.