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 ?
Hi Jonas!
Try with this:
#top .ctabox2{
width: 400px !important;
}
Cheers!
Josue
Ahh the !Important; is important ;-)
Thanks