• Resolved tsheridan

    (@tsheridan)


    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

Viewing 1 replies (of 1 total)
  • 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.