Hi
I have placed a few Promo Box items below each other to form a list - and I have managed to display them left-aligned. What's left now is to remove the left padding, so that the Promo Boxes are aligned with the text element above.
How can I adjust this with custom CSS?
Thanks a lot
Comments
try this custom css
.promo_box_wrapper.promo_box_right .desc_wrapper {margin-left: 0 !important;
}