Hi, I would like to remove the margins on my home page image so that it stretches all the way across the screen on both desktop and mobile.
I am not very familiar with coding so if someone could guide me, that would be much appreciated!
I am using the theme Debut and my url is www.shoprootsboutique.com
Hi @rootsllp
Your Link doesn’t open, would you mind sharing your Shopify URL instead?
Yes, so sorry! Here it is: rootsllp.myshopify.com
Add the following code to theme.css:
@media only screen and (min-width: 750px)
{
.page-width {
max-width: 100%!important;
}
}
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
1 Like