Support » Plugins » WP125 Border around 2 col ads

  • Resolved foodwriter

    (@foodwriter)


    Happy Holidays πŸ™‚

    OK.. I’m using the WP125 plugin. Once activated, there is what looks like a border around the 2nd column ads.

    I tried modifying the code that I found in a previous post but it doesn’t seem to work.

    Here is what I tried to use to rid the border:

    #wp125adwrap_2c img { border:0; }
    #wp125adwrap_2c a { text-decoration:none; }

    Here is a link to view: http://www.aceyourresume.com/articles/

    Thanks in Advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try:

    #wp125adwrap_2c .even {border:0;}

    Thread Starter foodwriter

    (@foodwriter)

    LOL… I tried variations of this but couldn’t get it right.

    Your snippet worked! I appreciate your help.

    It’s not all that uncommon of a problem. (I probably should add the snippet to the FAQ…)

    Sometimes themes add .even/.odd classes to things like comments to “zebra stripe” them with different colored backgrounds, so the alternating colors make it easier to see where one ends and the other begins. (That’s just one use of the technique, but you get the idea?)

    The problem is when they use sloppy CSS practices, and simply say

    .even {...}

    instead of

    div#comments .even {...}

    This creates conflicts with plugins, like WP125, that use alternating .even/.odd classes themselves. πŸ™‚

    gazouteast

    (@gazouteast)

    redwallhp

    Yes – please DO add that to the FAQs – it’s 6:00am here and I just spent the last 8 hours trying to fix that, until I found this post, which cured it instantly (thanks to foodwriter for raising it). I dare say that snippet should actually be in the css by default to avoid issues like this.

    Hohum – now I can grab an hour’s sleep before my 4 hour drive each way to an appointment today.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP125 Border around 2 col ads’ is closed to new replies.