Center Variant Picker Ella Theme 6.6.2

Solved

Center Variant Picker Ella Theme 6.6.2

Only1mrsfragili
Trailblazer
169 3 51

Hello,

 

Can someone please tell me how to center the variant picker on all views that are desktop?

 

Preview link to my store is below

 

https://stsmyndp7yf6cyqi-55024255114.shopifypreview.com

 

Screenshot 2024-08-17 at 2.31.47 PM.png

 

Thanks in advance

Accepted Solution (1)
BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

Can you try add this code to last line file base.css @Only1mrsfragili 

.product-form__input .form__select {
        left: 6.25rem !important;
}

BSSTekLabs_0-1723906219128.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 7 (7)

BSS-TekLabs
Shopify Partner
2401 695 835

Do you want like this @Only1mrsfragili ?

BSSTekLabs_0-1723898641733.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 835

- Here is the solution for you @Only1mrsfragili 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.select__select, option {
     text-align: center !important;
}

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Only1mrsfragili
Trailblazer
169 3 51

Sorry, I was having an issue highlighting, I mean the entire box.  It looks like it gets cut off and I don’t like it.

 

IMG_3419.jpeg

BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

Can you try add this code to last line file base.css @Only1mrsfragili 

.product-form__input .form__select {
        left: 6.25rem !important;
}

BSSTekLabs_0-1723906219128.png

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Only1mrsfragili
Trailblazer
169 3 51

Thanks so much!

BSS-TekLabs
Shopify Partner
2401 695 835

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-HDL
Shopify Partner
2305 835 911

Hi @Only1mrsfragili

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

 

<style>
.form__select.select select {
    text-align: center !important;
}
</style>

 

 

Here is result:

BSSCommerceHDL_0-1723899314201.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now