Have your say in Community Polls: What was/is your greatest motivation to start your own business?

help with multicolumn section

Solved

help with multicolumn section

robertsolcan
Excursionist
38 0 2

I need some help in customising my multicolumn section so that it has letter spacing and padding

Accepted Solution (1)

GTLOfficial
Shopify Partner
658 140 133

This is an accepted solution.

Hello @robertsolcan 
use this CSS Online Store----------------> Themes--------------------> Edit code-----------------> Find file "section-multicolumn.css" add this CSS at the very bottom

 

.multicolumn-card.content-container.inline-left .inline-richtext a, .multicolumn-card.content-container.inline-right .inline-richtext a {
    letter-spacing: 2px;
}

 

Please let me know
Thanks

  

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 5 (5)

ProtoMan44
Shopify Partner
615 54 93

@robertsolcan thanks for posting here, which issues are you facing for multi-column sections?

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!

GTLOfficial
Shopify Partner
658 140 133

This is an accepted solution.

Hello @robertsolcan 
use this CSS Online Store----------------> Themes--------------------> Edit code-----------------> Find file "section-multicolumn.css" add this CSS at the very bottom

 

.multicolumn-card.content-container.inline-left .inline-richtext a, .multicolumn-card.content-container.inline-right .inline-richtext a {
    letter-spacing: 2px;
}

 

Please let me know
Thanks

  

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

PageFly-Noah
Shopify Partner
1317 233 277

 

This is Noah from PageFly - Shopify Page Builder App

Hi @robertsolcan  I can help you. Please can you provide the website url (and password if have). Thank you.

 

Best regards,

Noah | 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.

mageplaza-cs
Shopify Partner
186 13 32

Hi @robertsolcan 

You can utilize the custom CSS feature within custom themes to add your desired styles.

Link: Online Store => Themes => Themes => Click "Customize" in your current theme => click your section (Multicolumn) => Custom CSS

mageplazacs_0-1718870089737.png

If you encounter any further difficulties, please feel free to contact me via email or inbox. I will be to assist you.

Mageplaza | Top-Rated Shopify Agency | Trusted by 230,000+ worldwide merchants


If our suggestion works for you, please give it a Like or mark it as a Solution!


Should you have any questions or concerns, feel free to contact us via consultant@mageplaza.com

emmaoli3
Tourist
4 0 0


To adjust letter spacing and padding in your multicolumn section, you'll need to use custom CSS. Here's a basic example:

 

.section-multicolumn .column {

letter-spacing: 2px; 

padding: 20px; 

}