Ads in the Ads Manager plugin are not being centered in the forum. am i doing something wrong? my url is www.keeponreefing.com
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.
Hi, I've added the code and followed all instructions and still not centered.
Ok Thank you