How do I make these elements bigger on desktop view? (dawn theme)

Solved

How do I make these elements bigger on desktop view? (dawn theme)

sunny96x
Explorer
49 0 18

There is a bit of empty white space on my product page, how can i make the left elements bigger to fill it out:

 

sunny96x_0-1727880804867.png

 

website: https://shopstellory.com/products/sticky-inserts

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
9570 1924 1961

This is an accepted solution.

Hi @sunny96x 

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

@media (min-width: 750px) {
    .product__info-container {
        max-width: 36rem !important;
    }
}

Screenshot 2024-10-03 at 09.55.01.png

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
9570 1924 1961

This is an accepted solution.

Hi @sunny96x 

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

@media (min-width: 750px) {
    .product__info-container {
        max-width: 36rem !important;
    }
}

Screenshot 2024-10-03 at 09.55.01.png

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.