Center inline ad

Posted in: Newsmag
Post count: 28

Hi,

When I used Newspaper and had a floating banner ad to left of inline content, when on mobile it would center. Newsmag does not do this. How can I center the inline ad when on mobile, but allow it to show properly floating when on desktop view.

Thanks!

Post count: 6600

Hi,

I have tried to recreate this but haven’t been able. This could be fixed via custom css and use the media query’s to target just the mobile views and apply your custom css. Please also send your site’s URL so I can inspect this or use the media query below to target the mobile view and fix this via css.

@media (max-width: 767px) {
add here your css code
}

Thanks

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