I’m having trouble disabling the black background from “text with icons” section as full width.
I want the background be aligned with the same as the other objects on the page as shown - with the excess background margins removed.
I’m having trouble disabling the black background from “text with icons” section as full width.
I want the background be aligned with the same as the other objects on the page as shown - with the excess background margins removed.
Please add the following CSS code to your assets/base.css bottom of the file.
#shopify-section-template--19611057422623__16317334965826230b.shopify-section.has-full-width-section {
margin: 0 auto;
max-width: 100% !important;
width: 100%;
padding-left: 0px !important;
padding-right: 0px !important;
}
#shopify-section-template--19611057422623__16317334965826230b .section-text-with-icons .cc-carousel-container {
max-width: 100% !important;
}
Thanks!
Sorry that did not help
@americanbeautys
Hello,
.border-top.section-text-with-icons {
max-width: 1400px;
margin: 0 auto;
}
Remove your Previous CSS and Add This CSS Go to Online Store > Theme > Edit Theme > styles.css
Like This
Hello There,
section#section-id-template--19611057422623__16317334965826230b {
margin: 0 auto;
max-width: 1440px;
width: 90%;
padding-left: 20px;
padding-right: 20px;
}
Hey @americanbeautys
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
n/a