Archived topic
Reduce White Spacing Above and Below Banner
3 replies · Started by bluebit on February 16, 2020
Viewing posts 1–4 of 4
How to reduce the white spacing above and below the 720x90 Ad Banner for my blog single post pages?
Hi there,
Try this CSS:
#mks_ads_widget-4 {
margin-top: 70px;
margin-bottom: 70px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks, I actually wanted to reduce the spacing, so I changed the values to negative:
#mks_ads_widget-4 {
margin-top: -27px;
margin-bottom: -30px;
}
Thank You for the help, you're a genius!!!!
No problem :)
This archived topic is closed to new replies.