MULTICOLUMN IMAGE HIDDEN ON MOBILE VIEW (DAWN THEME)

Solved

MULTICOLUMN IMAGE HIDDEN ON MOBILE VIEW (DAWN THEME)

userp01
Tourist
4 0 2

Multicolumn image is hidden on mobile but present on desktop can someone help me please? Please see image.

https://goblintechkeys.com/ here's the link of the site

userp01_0-1675699587033.png

userp01_1-1675699666998.png

 

 

 

Accepted Solution (1)

PageFly-Kate
Shopify Partner
1251 356 382

This is an accepted solution.

Hi @userp01 ,

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-multicolumn.css->paste below code at the bottom of the file:

 

@media screen and (max-width: 750px) {
.multicolumn-card-spacing {
        width: 100% !important;
}
}

 

I hope it would help you
Best regards,

Kate | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


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

View solution in original post

Replies 2 (2)

PageFly-Kate
Shopify Partner
1251 356 382

This is an accepted solution.

Hi @userp01 ,

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-multicolumn.css->paste below code at the bottom of the file:

 

@media screen and (max-width: 750px) {
.multicolumn-card-spacing {
        width: 100% !important;
}
}

 

I hope it would help you
Best regards,

Kate | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


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

userp01
Tourist
4 0 2

OMG IT WORKED! Thank you very much! I've been at it for many hours already