[Resolved] Reduce White Spacing Above and Below Banner

Home Forums Support [Resolved] Reduce White Spacing Above and Below Banner

Home Forums Support Reduce White Spacing Above and Below Banner

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1167300
    bluebit

    How to reduce the white spacing above and below the 720×90 Ad Banner for my blog single post pages?

    #1167361
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #mks_ads_widget-4 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1167378
    bluebit

    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!!!!

    #1167509
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.