How can I create three rows with multicolumn on mobile?

Solved

How can I create three rows with multicolumn on mobile?

lukkaa
Excursionist
40 0 5

Hey, thanks for the help, i need to make multicolumn 3 rows for mobile - the 6 icons below hero image, i want them to be 3 - 3 in row for mobile ! Thanks and site is :

eonimo.com

Accepted Solution (1)
PageFly-Richard
Shopify Partner
4584 1051 1711

This is an accepted solution.

Hi @lukkaa ,

 

This is Richard 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: 749px) {
  .multicolumn-card__image-wrapper--third-width { 
      width: 80% !important;
    }
}

PageFlyRichard_0-1678204465249.png

 

I hope it would help you
Best regards,

Richard | 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) 


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

View solution in original post

Replies 3 (3)

zaczee
Globetrotter
855 46 42

Hi @lukkaa ,

 

Add this CSS code

Online Store > Themes > Edit code > Assets > custom.css or theme.css

 

@media screen and (max-width: 749px) {
  .grid--2-col-tablet-down .grid__item {
    width: 29% !important;
}
  .multicolumn-card__image-wrapper--third-width { width: 70%}
}

 

lukkaa
Excursionist
40 0 5

Thanks it worked but now icons are too small, can they be bit larger somehow to fill in the space around ? thank you so much !

PageFly-Richard
Shopify Partner
4584 1051 1711

This is an accepted solution.

Hi @lukkaa ,

 

This is Richard 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: 749px) {
  .multicolumn-card__image-wrapper--third-width { 
      width: 80% !important;
    }
}

PageFlyRichard_0-1678204465249.png

 

I hope it would help you
Best regards,

Richard | 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) 


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