Shopify themes, liquid, logos, and UX
Hello, i am working on my website, and i want the image with text to have the image to not have a "frame" around it. I want it to just be there and not have anything around it accept of course the coloumb of text by the side.
Please help.
Website:https://d8106d-4.myshopify.com/
No password
See picture how it is now VS how i want it to look like.
Solved! Go to the solution
This is an accepted solution.
Yes sure modify the code to be
#shopify-section-template--20481422000470__ba526139-b516-4f1e-8160-27a2d4e8a474 .page-width {
padding-left: 0px !important;
padding-right: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
Let me know if you need more help
Hi,
Go to online store
Click on edit code
open your base.css file
Paste the following code and save
#shopify-section-template--20481422000470__ba526139-b516-4f1e-8160-27a2d4e8a474
.page-width {padding-left: 0px !important; padding-right: 0px !important;}
If my solution worked accept it as a solution.
Yeah, it worked on phone, but it is possible to do it on the PC as well? Thanks for the help so far.
This is an accepted solution.
Yes sure modify the code to be
#shopify-section-template--20481422000470__ba526139-b516-4f1e-8160-27a2d4e8a474 .page-width {
padding-left: 0px !important;
padding-right: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
Let me know if you need more help
It looks really good, but only if you want to... Is it possible to make the text be in the middle on PC?
Thanks for the help, i really appriciate it!
Like this ?
Yes, so it is in the center of the black space
Try this code please and let me know if it worked by marking this as a solution
@media only screen and (min-width: 768px)
.image-with-text__media-item--small, .image-with-text__media-item--large+.image-with-text__text-item {width: 50% !important;}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025