I am trying to reduce the Multicolumn card size for standard screens and above. My cards have two elements, a link and an image. I’d like to just constrain them both.
I’ve added an html tag into my base.css file
#shopify-section-template--18477261684991__multicolumn_bVTmDY .multicolumn-card {
max-width: 200px;
height: auto;
}
The issue is that it constrains the size great, but it now pulls the card “off-center” Please see below images:
Standard Screen
Wide Screen
How can I maintain center for these images?
URL is here
Password: testword


