Adjusting column image width on home page

hello, looking to adjust my columns so that they fill one line across the screen as pictured below, however would like the image to fill the full width of each column(to the edge of each blue dotted line. currently they stop early and leave a bunch of extra space. adjusting the type of image doesn’t seem to change what I want.

Hi @Groupie

Please share your store URL

www.groupie.store

1 Like

You must add that column so I can provide the solution

ah ok. I can add. although because we need our site live, it will be slightly adjusted. I can give details on what the settings are for the image I provided above vs what’s up on the site if that works.

You can copy your live theme, add section to copy theme and then provide me preview URL so I can check and help you.

ahh ok. here’s the link https://groupie.store/?_ab=0&_fd=0&_sc=1&preview_theme_id=136906834153

and for reference these are the settings I currently have set for the multicolumn images

Add this CSS code to your base.css file

.multicolumn-card__image-wrapper { width: 100% !important; }

1 Like