Hi I am trying to remove the spacing between sections on my about page. See picture above. Can anyone help ?
Hi @secondsouffle ,
You can remove the space with the use of CSS.
It appears your using âImage with textâ sections. If so, you can use this to help get you started:
body .shopify-section .image-with-text {margin-top:0; margin-bottom:0;}
Either add it to a custom or existing .css file in your theme.
Alternatively, you could add a âCustom Liquidâ section to the page - using the theme editor - and paste the following code in:
Sincerely,
Robert
Hi Robert,
Thanks for your reply
Where exactly should I put it in my CSS code, at the end ? Because it
showing me an error message
Many thanks ! [image: Capture dâeĚcran 2021-11-26 aĚ 12.07.49.png]
Hi @secondsouffle ,
Try the second approach, of inserting the custom liquid section.
If youâd prefer inserting into the CSS file, you can paste it at the top of your base.css file or create a new custom css file. If creating a new css file, be sure to reference it in your theme.liquid.
Sincerely,
Robert
