How to center these icons - Impact theme

Solved
AnthonyS
Visitor
2 0 0

Screenshot 2023-10-14 092232.png

Hi,

 

I would like these icons to be centered above their paragraph. I'm using the Impact theme.

 

Thanks for your help.

Accepted Solution (1)
Moeed
Shopify Partner
3043 757 919

This is an accepted solution.

Hey @AnthonyS 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.multi-column__item {
    justify-items: center !important;
}
</style>

RESULT:

Moeed_0-1697269062599.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 3 (3)
Moeed
Shopify Partner
3043 757 919

Hey @AnthonyS 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
AnthonyS
Visitor
2 0 0
Moeed
Shopify Partner
3043 757 919

This is an accepted solution.

Hey @AnthonyS 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.multi-column__item {
    justify-items: center !important;
}
</style>

RESULT:

Moeed_0-1697269062599.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️