Hi, I’m Ryan. I need advice on how to make the “image with text link” becomes full-width. My website is www.familiss.com.
hii, @ryan1234
Paste this code on top of the theme.scss file.
.page-width {
width: 100% !important;
}
Thank You.
Hi Mr @Anonymous , thank you so much for your reply. Could you please show me the exact way to copy the code into the theme coding as I’m not really expert in this? So sorry for the inconvenience caused.
okk!
Follow this step.
-
From your Shopify admin, go to online store.
-
Find the theme you want to edit, and then click Actions > Edit code.
-
search theme.scss file.
- In the theme.scss file paste this code on top.
.page-width {
width: 100% !important;
}
And Save the file.
Thank You.
@Anonymous Thank you so much for your hep. Appreciate that!
