Can I enlarge the product photo popup in the Capital theme?

I am building our site using the Capital theme. So far so good however I have a small issue. The product photos on the final purchase page, when clicked on, don’t enlarge much. Only by about 15% more than the photo shown on the website. Because I’m in the trial version I can’t edit the theme so I don’t know if this change can be made without buying the theme package. Can anyone confirm I can enlarge the photo popup? The increase in size is an issue. It’s barely an increase. You can’t see the details of the product.

Thank you

Hello @vladimir18

It’s GemPages support team and glad to support you today.

You can add code to customize the size of Image popup and you can follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your theme-product.min.css file and paste the following code below:

.product-images-lightbox>div{
  max-width: 1000px;
  max-height: 98vh;
}
.product-images-lightbox img{
  max-height: calc(98vh - 60px);
}

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

Thank you. I can’t do that until I purchase the theme but now I know it can be done so I will proceed with the purchase when I’m ready to launch. Much appreciated.

I am glad that my suggestion is helpful to you.

Best regards,
GemPages Support Team

Hello

Trust you are well.

I need assistance regarding the “Capital theme” for my Shopify website. I am facing challenges with arranging and configuring elements within the theme. I have already reviewed the available documentation and resources but still require further help. I intend to launch by Wednesday 5th and this seems like a big issue that may delay my launch as this is a clothing website and sizing is very important.

  1. I want to include collapsible rows on the product pages to indicate the size guide, description, FAQ, and policies. This is missing on the theme and is very germane to my website.
  2. The theme lacks selection buttons for sizes (XS, S, M, L) when customers are purchasing a product.

If possible, could you provide step-by-step instructions, video tutorials, or any additional resources that might help me overcome these obstacles? Thank you so much.