Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS why "ad-bottom" css class name not working?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #256676
    Pranab
    Participant

    this is the testing content

        css - 
        .ad-bottom{background: red; padding: 10px;}
        .ad-bottom>p{color: white}
    

    link – https://codepen.io/Phe0nix/pen/bRQNRM
    and “adContent, ” this class name is also not working..
    What rookie mistake am I making now?

    #256677
    JeroenR
    Participant

    Your code seems to be working just fine to me.

    #256679
    Paulie_D
    Member

    I also found this wasn’t working for me until I changed the class name.

    Then it hit me…the class name adContent was being captured by my AdBlocker extension and hiding the element.

    Try turning the extension off or changing the class name.

    #256681
    Pranab
    Participant

    the “ad” word in class name is blocked by the AdBlocker..that’s why it’s not working..after turning it off, it’ll working fine..

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.