• Resolved christibarlow

    (@christibarlow)


    I am trying to insert CSS code to define the max-width and also wrap the text for my labels that are below my thumbnails. They are currently just too wide and running over into the next product.

    I’ve tried reducing the font size (which is quite small) and adjusting the settings for margin and padding, but it’s just not working. Please help and thank you so much in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    About margins and font size – you can just use built-in label style options – https://prnt.sc/FHKzTEDbeeBn

    About label max width – you can set following styles inside Custom Css label option:

    .awl-label-text{
    max-width:100px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Need CSS code for setting max-width’ is closed to new replies.