Jump to content

Grey color filler behind ads . . . can it change?


usmf
Go to solution Solved by CoffeeCake,

Recommended Posts

Thank you to everyone for answering all my questions today! Here's another -- is it possible to remove the light grey color that shows behind the edges of the advertisement area when an ad is not quite the full size? I can have the ads redone to the full size, but they are rather large that way. It would be nice if the ad could center in the space and you could see the sight background behind. Is that possible? Thanks.

 

This is the forum, and ads are just below the header and at the bottom (right now). Some are the right width, but most will show some grey filler.

https://www.usmilitariaforum.com/forums/

Edited by usmf
Link to comment
Share on other sites

  • Solution

This is happening because in your theme, the class ipsList_reset is applying that background color. Removing the background color property either for that ad space would address the issue.

You may want to reach out to whomever made your theme for assistance.

.ipsList_reset {
    background-color: rgb(255,255,255, .75);
}

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...