Expanding width on product page Startup theme

Hi everyone,
I want to expand the width of my product page, I am using Startup theme.
Is there any way that I can do that, please?
Thanks in advance!

hello @HarryNguyen

can you please your shop url and if any password then please sahre your shop password

1 Like

Hi @HarryNguyen ,

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.css and paste this at the bottom of the file:

.template-product .main-content{
max-width: 1200px !important;
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

1 Like

Thank you very much. I have solved it.