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

    Hi, the latest update fixed alignment issues in mobile but some issues still here with top menu/icons layout.

    See http://www.stourportbc.co.uk in mobile for top menu separator issue, and right border colour on social icons.

    thnx

    #255484

    Hey mikemurphy10!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    @media all and (max-width: 767px) {
    .responsive #header_meta .social_bookmarks li:last-child {
    border-right: 1px solid #000080 !important;
    }
    
    .av_phone_active_right.av_secondary_right .phone-info.with_nav span {
    border: none;
    }
    }

    Best regards,
    Ismael

    #255534

    Thanks, thats fixed !

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile CSS Issues (2.7 update)’ is closed to new replies.