Mobile Ad display not align

Posted in: Newspaper
Post count: 136

Hi when I set the header style to Style 3 – (full width logo) + menu and view site on mobile (iOS in this case) the ad is not center align as per image here.

http://www.screencast.com/t/UqundJDxIRJ

Notice that the Ad seems to be left aligned.

How can I center this with Style 3 – (full width logo) + menu ?

Thank you.

Post count: 6600

Hi,

Please try this custom css:

@media (max-width: 767px) {
.header-content-rec .td-a-rec-id-header .td-visible-phone {
text-align: center !important;
left: 0px !important;
}
}

Should work, like this: http://screencast.com/t/xUfUg0aUeV7

Thanks

Post count: 136

Excellent! Lucian. Ad is now centered on mobile.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.