Hi!
How do I decrease the spacing between all text & image sections on this page (passw: wine) and have it centered also? So only the text needs to go further to image, so it’s aligned to the image below and above.
Thanks so much!
A user seeks to reduce spacing between text and image sections on a specific page while ensuring text aligns with images above and below.
Visual Issue:
Proposed Solutions:
Option 1 (LizHoang):
theme.min.css fileOption 2 (DaisyVo):
Status: Awaiting user feedback on preferred solution approach.
Hi!
How do I decrease the spacing between all text & image sections on this page (passw: wine) and have it centered also? So only the text needs to go further to image, so it’s aligned to the image below and above.
Thanks so much!
Hi @INFRA
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.min.css and add this code at the end of the file
.homepage-sections-wrapper.homepage-sections-wrapper--white.feature-row--no-overlapping.content-width {
padding: 0 !important;
}
Result
Best,
Liz
HI @INFRA
There are two sections here: one for text and one for an image, each taking up 50% of the width.
Since the image’s width is smaller than its container, there’s extra space around it:
Screenshot 1
Screenshot 2
There are two ways to adjust this:
Let me know which option you prefer!
Best,
Daisy