Hi all so i have tried several of the solutions on here but struggling as i cannot find one that works
in the image - im trying to reduce the spacing top and bottom within the rich text field and also the space between the custom liquid and rich text field - areas highlighted in red
any advice or solutions welcomed
thankyou
Hello @Shane_h
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> styles.css
add this code at the end of the file and save.
.spaced-section {
margin-top: 0rem;
}
.title.reveal-item {
margin-top: 0rem !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
1 Like