Set container width to match content
Advanced > Custom CSS:
selector {
width: fit-content;
}
Setting Width
“Boxed” only limits the width of the content. To change the width of the container, set it to full width.
The first container you typically want to leave as “boxed”, so it is limited to the main page area.
But for all containers within you typically want to select “full width” instead, so that when you change the width value you are changing the container width itself, not an imaginary container within it.
Objects not obeying width setting, getting squished smaller or stretched bigger
Advanced > Size > Custom
Set Flex Grow and Flex Shrink to 0
Good width approaches when making an area thinner so it looks more punchy
Desktop – set in pixels
Tablet – often 80% is a good setting
Mobile – often 85-90% is a good setting
