Archived topic
How to Align two colored boxex
1 reply · Started by Data on January 24, 2022
Viewing posts 1–2 of 2
the box with background color is not aligned left with other content. It is a little bit deep.
Hi there,
try adding this CSS to your site:
ol.has-background, ul.has-background {
margin-left: 0;
}
This archived topic is closed to new replies.