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.
Thank you!
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.
Thank you!
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
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.
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?
This code didn’t do anything unfortunately. Any other ideas?