Collapsible Menu Product Page. align text Left

Hi,

I changed some code and need to fix this. I want the text on desktop menu product page collapsible triggers aligned Left.

  • it works on mobile still

My site is https://luxurymrkt.com/collections/alexander-mcqueen/products/alexander-mcqueen-graffiti-logo-sweatshirt

1 Like

@Luxurymrkt

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.collapsible-trigger-btn--borders {
    padding-left: 0;
    padding-right: 0;
}