Just checking this alignment issue after the last update is on the bug fix list ?
http://www.stourportbc.co.uk/wp-content/uploads/2014/03/1394802023494.jpg
(see how links are not aligned properly)
thnx
Hi mikemurphy10!
Yes it is!
Best regards,
Devin
Hi Devin….any update on this bug ? Still waiting for a fix, hoped it might be sorted in the last update(s)
thnx
Hey!
Do you have a link where it isn’t working? Maybe we aren’t looking at the same issue in the screenshot.
Best regards,
Devin
The link is at the top of the thread. Here it is again
The top menu links are still not aligned correctly in mobile view
thnx
To a live page where the issue is happening is what I meant. There was a fix in 2.6.2 I think it was for re-aligning the social icons and top menu to be center aligned.
Hey!
Thank you for the link.
Please add this on Quick CSS or custom.css:
@media all and (max-width: 767px) {
.av_phone_active_right.av_secondary_right .phone-info.with_nav span {
border: none;
}
.header_color .phone-info {
float: none;
width: 100%;
text-align: center;
}
}
This should be fix on the 2.7 update. Thanks!
Best regards,
Ismael
cool, thats fixed thanks