Text columns with Icons 2 per row on mobile

YounesTimitar
Explorer
155 0 17

Hey,

 

Is it possible to split the text columns with icons to 2 per row on mobile. Right now its just 1 per row.#

 

YounesTimitar_0-1670328775091.png

i want it like this:

YounesTimitar_1-1670328800290.png

 

Replies 3 (3)

ZestardTech
Shopify Expert
5393 971 1293

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

GemPages
Shopify Partner
5588 1261 1207

Hello @YounesTimitar ,

 

It's GemPages support team and glad to support you today.

 

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

GemPages
Shopify Partner
5588 1261 1207

Hello @YounesTimitar ,

 

I found your website in another post.

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_1-1670381876089.png

 

2. Open your theme.liquid theme file


3. Paste the below code before </head>

 

<style>
@media(max-width: 768px){
 .text-with-icons__blocks {
   flex-direction: row !important; 
 }
 .text-with-icons__blocks .text-with-icons__block {
   width: 50% !important;
 }
}
</style>

 

For example,

GemPages_0-1670381855710.png

 

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center