Hi
I have create an image with text section that is a different background colour to my theme. How can I make the colour full width without scaling the image and text?
Currently the background stops and has a white margin left and right.
I am using a theme called palmsping that is not very customised.
Would appreciate come help.
Thank you.
@kaalTechGeeks This is my new question. Thank you
@Livmoore Can you share your website URL so that I can share with you the exact codes that will help you implement this
@kaalTechGeeks Unfortunately my website is not live as I am launching my store this week. Is there another was to show you the code?
No worries still you can share the site along with the password that would work for me
@Livmoore
@kaalTechGeeks I have sent you my details on skype
Hi @Livmoore ,
In order to make the background full width just copy paste the below code at the bottom of the theme.liquid file in your store
div#shopify-section-template--16131872194781__16339816485a223985 {
background: #efe8da;
width: 100%;
}
and the background color of the section would be full width.
thanks & regards
KaalTechGeeks
1 Like
Thank you! @kaalTechGeeks this worked!
1 Like
Hi @Livmoore , I am glad that my solution worked for you Please do like my solutions as this motivates to help others in the community. Please do not hesitate to ping me if you need any help in future. Thanks & Regards KaalTechGeeks
1 Like