Hi, I need to have columns of a specific width in only one section of my web page. To achieve this, I created a Color Section and gave it the id #Menulist. I then created the Quick CSS:
#menulist {
div .av_one_fourth {margin-left: 0%;width: 25%;}
}
#menulist {
div .av_one_fifth {margin-left: 0%;width: 8%;}
}
However, this doesn’t seem to work. Do you have any suggestions, please?
Hey Angeladlh,
Try this code in the General Styling > Quick CSS field:
#menulist div.av_one_fourth {margin-left: 0% !important; width: 25% !important; }
#menulist div.av_one_fifth {margin-left: 0% !important; width: 8% !important; }
Best regards,
Mike
It worked perfectly!! Thanks a million, Mike.
Hi Angeladlh,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria