Hi all,
I need to reduce the white space between the heading and the body text on these sections. My site is https://lux360.com
Hi all,
I need to reduce the white space between the heading and the body text on these sections. My site is https://lux360.com
@Luxluxlux360 - domain not working
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
Result:
If it helps you, please like and mark it as the solution.
Best Regards ![]()
Try this one.
.brick__block__text h2.standard__heading {
margin-bottom: 0 !important;
}
And Save.
Result:
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!