Closing gap between images in multicolumn (dawn theme)

Hi! I am trying to remove the blank space these two images in the dawn theme without altering any of the other spacing of other components on the site.

Any ideas? Appreciate any help thanks :slightly_smiling_face:

@keyaholic

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

keyaholic.com is the url :slightly_smiling_face:

Hi @keyaholic

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: paste below code in bottom of file → save.

.page-width.section-template–16784455631137__fd44a765-ccd6-4b2a-b27e-dfe12631dead-padding.isolate {

max-width: 100% !important;

padding-left: 0 !important;

padding-right: 0 !important;

}

Hope that my solution works for you.

Best regards,

PageFly

Sorry that didn’t seem to fix it, thanks for trying :grinning_face_with_smiling_eyes:

@keyaholic
You can try again with this code:

Follow this:

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag

.page-width.section-template--16784455631137__fd44a765-ccd6-4b2a-b27e-dfe12631dead-padding.isolate { max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }

Please refer to this screenshot:

Hi, Thank you for the response, I’ve made a few edits to my site and was wondering if you could continue the help on that one instead, I think It might be causing some problems with the code you are providing https://eqm2r9kxdtiv3f5s-67056468257.shopifypreview.com this is a new link to the store. Hope you can help thank you.