Ads in the Ads Manager plugin are not being centered in the forum. am i doing something wrong? my url is www.keeponreefing.com
Notifications
Clear all
wpForo Ads Manager
5
Posts
2
Users
0
Reactions
1,104
Views
Sep 29, 2019 5:22 am
4 Replies
Sep 30, 2019 11:26 am
Hi @jose-perez,
Thank you for contacting us.
Please navigate to Dashboard > Forums> Settings > Styles admin page, put the following CSS code, in "Custom CSS code" textarea, save it, delete all caches and check again.
.wpforo-ad {
display: flex;
justify-content: center;
/*I'd also suggest you set some margin-bottom value by using the following CSS rule*/
margin-bottom: 15px !important;
}
Please don't forget to press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.
Oct 01, 2019 6:13 am
Hi, I've added the code and followed all instructions and still not centered.
Oct 02, 2019 8:29 am
Ok Thank you