Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #241224

    Since the update, the social icons in the Header are on top of the logo on an iPhone.

    What are my options?

    scottbelldesign.com

    Thanks!

    • This topic was modified 10 years, 8 months ago by rsbell.
    #241331

    Bump

    #241463

    Hey!

    Please use this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    right: -60px;
    position: absolute;
    }
    
    #top .social_bookmarks li a {
    width: 20px;
    min-height: 20px;
    font-size: 15px;
    }
    
    #top .social_bookmarks li {
    width: 25px;
    }
    
    #top .social_bookmarks li a {
    line-height: 20px;
    }
    }

    Best regards,
    Ismael

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