Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #930199

    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?

    #930252

    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

    #930283

    It worked perfectly!! Thanks a million, Mike.

    #930418

    Hi Angeladlh,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.