Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #268362

    Hi there,

    I have tried to use a custom ID for an Icon box, but it dosent seem to work.

    I added an ID in the iconbox (ctabox2) and used the following CSS in Quick CSS:

    #top. ctabox2{
    width: 400px;
    }

    Where am I goning wrong here ?

    #268393

    Hi Jonas!

    Try with this:

    #top .ctabox2{
    width: 400px !important;
    }

    Cheers!
    Josue

    #268620

    Ahh the !Important; is important ;-)

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Width on Icon box’ is closed to new replies.