How can I adjust the size variant picker pills in the Dawn theme?

How can I adjust the size variant picker pills in the Dawn theme?

Good_Mood
Excursionist
42 0 7

Dear all,

 

I want to change the size variant picker so the pills be beside the word size not below to look like the attached image, is it possible?

can i add a link to the size guide similar to the attached image?

I am using dawn theme.

Good_Mood_0-1702490253026.jpeg

 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10043 2388 3016

Hi @Good_Mood 

Do you mean like this?

Made4uoRibe_0-1702490537680.png

If it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

variant-radios#variant-radios-template--21652022984984__main {
    display: flex !important;
}

fieldset.js.product-form__input {
    display: contents !important;
}

legend.form__label {
    align-self: center;
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Good_Mood
Excursionist
42 0 7

yes, but i want a space between the pills and the word "size".

can i add the size guide link below the word "size" ?

 

Thanks