Hi,
Can anyone please advice me how i can change the spacing between sections on my home page on website and also how to add a custom shop now button that looks similar to all the other buttons and center it. i wasn’t sure how to add a button so i included it in a blank section which aligns it to the left and in a different color format.
Kindly assist
Hii, @MsJossob
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
- Spacing between sections:
Go to Assets > theme.css and paste this at the bottom of the file: @media only screen and (min-width: 750px){ .template-index .index-section
{ padding-top: 40px !important; padding-bottom: 40px !important; } }
- Custom shop now: Go to Assets > theme.css and paste this at the bottom of the file: #shopify-section-feature-columns .grid .grid__item:last-child { width: 100% !important; } #shopify-section-feature-columns .grid .grid__item:last-child a{ background-color: transparent !important; color: #02554a !important; border-color: #02554a !important; }