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
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
Thanks, thats fixed !