How to make images inside multicolumn fill the length of banner.

Jaserae
Tourist
4 0 1

Hello all. I'm having issues trying to make the images within the columns fill the entire length of the multicolumn so they can closely align the length of the banners. I have indicated below

 

here is a link to the preview of my store 

 

https://5botuxm6xg9l09b8-45862158496.shopifypreview.com

 

Screen Shot 2022-09-22 at 6.54.05 PM.png

Replies 5 (5)

PageFly-Richard
Shopify Partner
4206 951 1599

Hi @Jaserae 

I’m Richard Nguyen from PageFly- Free Landing Page Builder

 

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file

 

.page-width.section-template--16454551011550__1663180063b0019850-padding.isolate{

             max-width: unset !important;

    padding-left: 0 !important;

    padding-right: 0 !important;

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

Jaserae
Tourist
4 0 1

I went ahead and applied your code and the layout stayed exactly the same

KetanKumar
Shopify Partner
36843 3636 11978

@Jaserae 

please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

.multicolumn .page-width {
    max-width: 100%;
    padding: 0px;
}

also confirm this look

KetanKumar_0-1663904665624.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Jaserae
Tourist
4 0 1

unfortunately that did not work.   the multi column is already full width but the columns inside the multi column is not. 

Jaserae
Tourist
4 0 1

but yes that is the look im going for