Ads

Posted in: Newsmag
Post count: 49

I have an ad on the sidebar and I cant center where it says the word Advertisement

https://foxchronicle.com/top-10-comedians-with-sad-stories/

Post count: 35449

Hi,
Please try this custom css:
https://i.imgur.com/mlAymFn.png
.td-a-rec-id-sidebar .foxch-adlabel {
text-align: center;
}

Set this code in the theme pane > custom code> custom css.
I hope this will help you!

Post count: 49

that worked – its also happening on an ad in the content

Post count: 35449

Hi,
I see that not only the title is not center, but the banner itself it is on the left -> https://i.imgur.com/yv9Bh8E.png, you can center them using this custom css
.foxch-content-2 img{
display: inline-block;
text-align: center;
}
.foxch-content-2 {
text-align: center;
}

I hope this will help you!

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