Widen colour tile variant block - CANOPY theme

Solved
FLProducts
New Member
8 0 0

Does anyone know if there is a way to WIDEN the block that the colour variants are in? The default colour tile size is very small, so I went into the back end and enlarged the circle dimensions for our colour tiles, but now because it's a narrow block, when there are many larger colour tiles they elongate the page - we want to instead widen this block so that there are at least 4-5 or more colour tiles per row (to use up the blank white space on the right side of the product pages) instead of only 2-3 in long columns, see attached and let me know if this is something that I can change in the theme settings, as I haven't been able to find this setting yet. I did see that I can select "full width" for the page layout, but that for some reason doesn't change the width of the variant block... here is the preview link: https://www.firstladyproducts.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=121517277278

 

Screen Shot 2023-09-29 at 11.59.57 AM.png

Accepted Solution (1)
David_SHT
Trailblazer
605 123 122

This is an accepted solution.

hi @FLProducts 

This is David at SalesHunterThemes.

Follow this path:

Themes => edit code => asset => style.css

and add this code to bottom of the file style.css

 

 

.product-form .option-selectors, .product-form .payment-and-quantity--buttons-active {
    max-width: 100%;
}

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

 

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

View solution in original post

Replies 2 (2)
David_SHT
Trailblazer
605 123 122

This is an accepted solution.

hi @FLProducts 

This is David at SalesHunterThemes.

Follow this path:

Themes => edit code => asset => style.css

and add this code to bottom of the file style.css

 

 

.product-form .option-selectors, .product-form .payment-and-quantity--buttons-active {
    max-width: 100%;
}

 

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

 

We create fast Shopify themes, focusing on exceptional performance and seamless experience across all devices.

Try our Electro theme Free! (Now at Black Friday price)

FLProducts
New Member
8 0 0

Thank you so much, this worked perfectly! Super appreciate it