resize the variant form

Solved

resize the variant form

Olaf5
Tourist
22 0 1

good morning i would like the resize this place

Olaf5_0-1728504788093.png

on the left of our type of color we have a lot of space and the option after 4 goes down to another

line, i would like to change the space so i will have more colors in the same line it is possible?

 

Olaf5_1-1728504919119.png

 

i use flex theme

 

 

Accepted Solutions (2)

AnneLuo
Shopify Partner
1039 196 220

This is an accepted solution.

Hi, @Olaf5 

Can you please share the page URL so that I can assist you?

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

AnneLuo
Shopify Partner
1039 196 220

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
section.section.is-width-standard {
    max-width: 100% !important;
}
</style>

Result:

AnneLuo_0-1728544061157.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 4 (4)

AnneLuo
Shopify Partner
1039 196 220

This is an accepted solution.

Hi, @Olaf5 

Can you please share the page URL so that I can assist you?

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Olaf5
Tourist
22 0 1

https://sino-swiss.ch/collections/akustik-trennwand/products/elektrisch-hohenverstellbarer-burotisch...

 

there is the link

im sorry i clicked "accepted solution" but of course i failed

AnneLuo
Shopify Partner
1039 196 220

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag

<style>
section.section.is-width-standard {
    max-width: 100% !important;
}
</style>

Result:

AnneLuo_0-1728544061157.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

Olaf5
Tourist
22 0 1

thank you it works perfectly