Title: Margin between blocks
Last modified: October 21, 2016

---

# Margin between blocks

 *  Resolved [tsheridan](https://wordpress.org/support/users/tsheridan/)
 * (@tsheridan)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/margin-between-blocks/)
 * I’m still building out my ads, however for the time being I’ve added two separate
   ads, both by ID number, as opposed to group number.
 * There is no margin between these however and no amount of custom CSS I’ve tried
   will fix that.
 * If I ad the block with these two ads, there is space between the ads within that
   block, but apparently not in between the blocks themselves.
 * How can I fix this please?
 * URL is [http://www.myjobdependsonag.com/advertising](http://www.myjobdependsonag.com/advertising)

Viewing 1 replies (of 1 total)

 *  [linux4me2](https://wordpress.org/support/users/linux4me2/)
 * (@linux4me2)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/margin-between-blocks/#post-8339997)
 * Are you talking about the Theresa Sheridan Designs and AD-Venture ads in the 
   right sidebar?
 * Have you tried this:
 *     ```
       .adrotate_widgets {
       	margin: 15px 0 15px 0;
       }
       ```
   
 * It works when I test it on your site, but there does seem to be something peculiar
   about the CSS for the div in which the ads appear. If that doesn’t do the trick,
   you might try:
 *     ```
       .adrotate_widgets {
       	margin: 15px 0 15px 0 !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Margin between blocks’ is closed to new replies.

 * ![](https://ps.w.org/adrotate/assets/icon-256x256.gif?rev=3117289)
 * [AdRotate Banner Manager](https://wordpress.org/plugins/adrotate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/adrotate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/adrotate/)
 * [Active Topics](https://wordpress.org/support/plugin/adrotate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/adrotate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/adrotate/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [linux4me2](https://wordpress.org/support/users/linux4me2/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/margin-between-blocks/#post-8339997)
 * Status: resolved