Images on page have padding-left

What’s the best way to get rid of the left padding on my images here: Press Kit — Glass Slipper

hey there

Hope you are having a good day and thank you for your question :slight_smile:

If you want to change style of this page use this css:

.page-id-279 .wp-block-columns {
display: block;
flex-wrap: wrap;
}

if you want to apply style globally on your site use this one:

.wp-block-columns {
display: block;
}

Colorlib Support Team