With the Impulse theme, the product description is only a portion of the width of the page. This create issue because I have a lot of photos with words that becomes very small. Is there a way to make it full width?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi @vincentpoont2 ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
@AvadaCommerce @KetanKumar
https://holybro.myshopify.com/collections/fpv-flight-controller/products/kakute-h7
PW: holybro
I want the description to be full width. Like the blue arrow, instead of the red arrow. Is that possible?
Hi @vincentpoont2 ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.css->paste below code at the bottom of the file:
.page-width--narrow {
max-width: 100% !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

