How can I center align product variants on Dawn theme?

Solved

How can I center align product variants on Dawn theme?

skai
Excursionist
15 0 3

hello, im trying to align every thing on center , it worked on phone exepet for amount but on desktop it looks weird. im using dawn default theme

423423.png34234.png

Accepted Solutions (2)
LitCommerce
Astronaut
2860 684 760

This is an accepted solution.

Hi @skai,

Please add code:

.product__info-container {
    text-align: center;
}
.product-form__input, .product-form__quantity .quantity {
    margin-left: auto !important;
    margin-right: auto !important;
}
LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

LitCommerce
Astronaut
2860 684 760

This is an accepted solution.

Hi @skai,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.footer {
display: none !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 13 (13)

KetanKumar
Shopify Partner
37596 3668 12156

@skai 

oh sorry for that issue can you please share store url so i will check and let you kno 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
skai
Excursionist
15 0 3

yes friend, thank you https://dleofficial.myshopify.com/

GemPages
Shopify Partner
5625 1262 1279

Hello @skai 

Can you give me your Store  password so I can check it for you?

Kind & Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
Musfirah
Shopify Partner
44 5 8

Ho @skai , Kindly provide your store password so I can help you with this?

skai
Excursionist
15 0 3

yes, password is dle

skai
Excursionist
15 0 3

yes, password is dle

LitCommerce
Astronaut
2860 684 760

Hi @skai,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-form__input,
.product-form__quantity .quantity {
    margin-left: auto !important;
    margin-right: auto !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
skai
Excursionist
15 0 3

didn't help.

LitCommerce
Astronaut
2860 684 760

This is an accepted solution.

Hi @skai,

Please add code:

.product__info-container {
    text-align: center;
}
.product-form__input, .product-form__quantity .quantity {
    margin-left: auto !important;
    margin-right: auto !important;
}
LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
skai
Excursionist
15 0 3

thank you so much friend.

skai
Excursionist
15 0 3

hey sorry friend again, how can i remove the footer completely? No line separator and the @2022 dleofficial at the bottom?

LitCommerce
Astronaut
2860 684 760

This is an accepted solution.

Hi @skai,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.footer {
display: none !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
skai
Excursionist
15 0 3

amazing friend