Re: multicolumn padding sense theme

multicolumn padding sense theme

Beautage
Tourist
22 0 2

hi,

 

I want to reduce the padding all around these multicolumn images in the review section and preferably to have some arrows indicating there is more.

 

beautage.co

 

Thank you!

Screenshot 2024-06-08 at 21.19.37.png

Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 299

hI @Beautage 

 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file base.css

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

 

.multicolumn-list.contains-content-container {

    justify-content: center !important;

    column-gap: 0 !important;

}

 

Hope that my solution works for you.

Best regards,

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

PageFly-Henry
Shopify Partner
1184 335 299

In addition, I noticed that the first banner on the home page is very large, making it inconvenient for users as you have to scroll before they can see it.
I think you should reduce the banner size so that users can see it more easily and the image quality on the banner is also better.

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.

Beautage
Tourist
22 0 2

I am struggling with the image sizing on the home page as this image looks perfect on mobile version, but I don't know if it's possible to somehow upload a different size image but only for desktop version? 

Beautage
Tourist
22 0 2

This code didn't do anything unfortunately. Any other ideas?