Hi,
Please can someone assist me.
I would like to change the spacing between sections on my homepage and make the spacing smaller.
See red arrows in the screenshot below.
Website is www.electricrideco.com.
Thanks in advance!
Hi,
Please can someone assist me.
I would like to change the spacing between sections on my homepage and make the spacing smaller.
See red arrows in the screenshot below.
Website is www.electricrideco.com.
Thanks in advance!
add this code to your theme.css file.
Navigate to online store >> Click edit theme code.
Now find theme.css and paste the following code:
#shopify-section-featured-collections,
#shopify-section-1641540086e4ae1f73{margin-bottom: 0px !important;}
Set the margin according to your preferences to change the value of margin-bottom.
Hi Marvic,
Thanks for your assistance.
Sorry if I wasn’t clear but I would like to change the spacing for all sections on my homepage (not just those 2 sections).
add this code to your theme.css file.
Navigate to online store >> Click edit theme code.
Now find theme.css and paste the following code:
.index-section {
margin-bottom: 0px !important;
}
Set the margin according to your preferences to change the value of margin-bottom.
Perfect! Thanks so much for your help!
Hello,
I went through your website and noticed that you have a full page banner in venture theme. I want the same for my website as I am also using venture theme.
It would be great if you can help me out for the same.
Thanks in advance!