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?
A user is experiencing visual breaks between sections when implementing a seamless gradient pattern background on their Shopify store homepage. The gaps disrupt the intended continuous design flow.
Solution Provided:
theme.liquid file</head> tag that applies negative top margins to specific section classesTechnical Details:
The fix uses margin-top: -5rem and margin-top: -3rem with !important flags to override existing theme spacing and create the seamless appearance between sections.
The issue appears resolved with the provided code snippet, though no confirmation from the original poster has been documented yet.
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?
Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
URL: https://www.drawingsforjesus.com/
PW: leefea1
.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!