How to have a repeating pattern without breaks between sections?

How to have a repeating pattern without breaks between sections?

MZ21
New Member
4 0 0

Hi Everyone,

 

We are trying to employ a seamless pattern on the home page however when trying to add a background with a gradient pattern there are breaks in between each section.

 

How do we make it seamless and continuous? 

 

Example.png

Replies 3 (3)

topnewyork
Astronaut
1299 160 217

@MZ21 

Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
MZ21
New Member
4 0 0

URL: https://www.drawingsforjesus.com/
PW: leefea1

 

topnewyork
Astronaut
1299 160 217

@MZ21 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

.page-width.section-template--23655326712099__multicolumn_WWMrmr-padding.isolate.scroll-trigger.animate--slide-in {
    margin-top: -5rem !important;
}
.multicolumn-card__info {
    margin-top: -3rem !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month