New Shopify Certification now available: Liquid Storefronts for Theme Developers

Resize of my multicolumn in my home page please?

gabrielanesser
New Member
5 0 0

I would like to reduce the size of my multicolumn to a very small size (at least 50% less of the size below, as it is way too big on my main page)

 

gabrielanesser_0-1696030095624.png

 

Replies 8 (8)
PageFly-Oliver
Navigator
494 96 90

Hi @gabrielanesser ,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file -> Save

<style>
[class*="multicolumn-"]{
width:50%;
margin:auto
}
</style>



Hope my solution works perfectly for you!

Best regards,

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

gabrielanesser
New Member
5 0 0

Hi, thanks for that, but it did not work. It now looks like this:

 

gabrielanesser_0-1696042512600.png

 

azamgill
Shopify Partner
273 36 53

@gabrielanesser 

 

I think your icons are bery big so that it's taking a lot space, you can reduce the image size from the multicolumn settings. 

azamgill_0-1696054060263.png

Try to change the Image width 
Please note i take this screenshot from Shopify Dawn theme.

Azam Gill
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Encourage me ❤️

Come and visit us at Wbify
gabrielanesser
New Member
5 0 0

Hi, thanks for your reply. I already tried to reduce the image and even with a smaller one the multicolumns look still very big. The image size is not the issue, as I am wanting the whole multicolumn smaller. 

azamgill
Shopify Partner
273 36 53

please try this 

.multicolumn-list {max-width: 80%;margin: 0 auto;}

 

43269637-9591e0d37123dc617d993e2f913a3920.png

Azam Gill
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Encourage me ❤️

Come and visit us at Wbify
gabrielanesser
New Member
5 0 0

Hi, I tried this and the multicolumns get a bit smaller and narrower, but it is stil big 😞

gabrielanesser
New Member
5 0 0

i would like to get something like the below image, but I do not have the option to add an "horizontal list" in my shopify dawn theme, just the multicolumn one. 

gabrielanesser_0-1696153505197.png

 

syedsumaimaly
Explorer
147 16 17

Hi @gabrielanesser 

Please provide password as well so I can visit your store and provide a solution.