Forums
Home / Theme: GeneratePress / Padding above & under
(@ivansliskovic)
2 years, 11 months ago
How to set up padding under the AdSense? I would like to be like the one above. Image
This happens on all pages and posts where I have Google AdSense
The page I need help with: [log in to see the link]
(@diggeddy)
Hi there,
try adding this CSS to your site:
.ap_container { margin-bottom: 2em; }
Yes, it works. Thanks. If there isn’t much trouble, what could work in px instead of em?
Try:
.ap_container { margin-bottom: 30px; }
Yes, 30px works also. I decided to go with 2em. Suppose it is the better way ??
Thanks
You’re welcome