@pbr1 hey, thanks for posting here.
i think best way is customize the theme setting.
Topic summary
A user working with the Lorenzo theme needs to reduce padding between sections to make them appear unified, specifically around a ratings section and a three-column text area. They also want to remove or recolor thin dividing lines appearing between sections.
Solutions provided:
- Multiple respondents offered CSS code snippets to address the padding issues
- Instructions involve editing theme files (theme.css, main.css, or base.css) through Online Store → Themes → Edit code
- Code targets specific classes like
.section-borderable,.text-columns, and.collection-list-gridto remove padding and borders
Key CSS modifications:
- Setting
padding-bottom: 0on relevant sections - Using
border-top: 0 !importantto remove dividing lines - Adjusting padding values (e.g.,
padding: 40px) for fine-tuning
Current status:
The user requested even further padding reduction after initial solutions were provided. A follow-up code snippet was shared to reduce padding from the reviews section to 40px. The discussion remains active with iterative adjustments being made.