multicolumn width when only one column

Hi All. Hope someone can help me here. I have added a multicolumn section with only one column, but the card (if that’s what it is called), is too narrow. How can I change the width of it to match the width of the cards on the multicolumn above it. I want the single card to be width of the 3 above so they line up. Thanks.

Hi @Opus35

Please share me your store url & password (if applicable), I will check then give you the solution

@Opus35 Can you please share this page link?

Hey @Opus35

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

sorry, no, i cannot give you my password.

@Opus35 please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.multicolumn-list__item:only-child {max-width: 100% !important;}

Hi @Opus35

please add this css to the very end of your base.css file and check : Shopify Admin → Online Store ->Theme → Edit code → base.css:

.multicolumn-list .multicolumn-list__item {
  max-width: unset;
}

the result: