I want to have this(darker blue) section full width, I found a code but it makes everything full width instead of just this section.
can anyone help?
I want to have this(darker blue) section full width, I found a code but it makes everything full width instead of just this section.
can anyone help?
Hello,
Remove the css you added before and add this one
#shopify-section-160752559627e33894 .page-width.feature-row {
max-width: 100%;
}
Thanks
thank you so much it worked