How can I align my size guide button to the left?

Hello… I would like to move my “Size Guide” Button to be left aligned. I am looking for some code. Thank you

Sample page: https://zeplon.shop/collections/mens/products/skullbuggery-star-shirt-mens

www.zeplon.shop

1 Like

@RobertVTH

Please add the following code at the bottom of your assets/stylesheet.css file.

.product div button.scr-open-size-chart.Medium{
text-align: left !important;
}

Hope this works.

100% Worked.

Question… is there a way to remove the underline and make the text bold. Thanks again Rob

No problem. I did a little looking and came up with the code myself. Thanks again