Hello, I have text on my site that I would like to extend the background color so it goes wider (edge to edge) instead of just a color box just around the text? is this possible? pic below
URL: infinibuddy.myshopify.com
Pass: ecog
Hello, I have text on my site that I would like to extend the background color so it goes wider (edge to edge) instead of just a color box just around the text? is this possible? pic below
URL: infinibuddy.myshopify.com
Pass: ecog
Hi there!
Add the following to the styles.css file:
#shopify-section-template--15839432212637__1639669104ffa0f192 {
width: 100% !important;
}
#shopify-section-template--15839432212637__1639669104ffa0f192 .section > .container {
max-width: 750px;
}
The thing is, this is overriding a width: 50% rule that was applied to this specific section, so a better approach would be to see if your theme customizer can achieve this effect with a “fullwidth” setting for the section or something of that nature.
@valiermedia You’re awesome! Thank you very much for your help ![]()
Happy I could help! Be well and reach out for Shopify advice/assistance anytime
I am having issues with this on boost theme. I am currently editing it in demo mode for a client.