change size of view all button

hello, i want to change the size of my view all button so that the width is shorter:

this is mine, as you can see the width is quite long

website theme is dawn, url is www.alexandrawestbrook.com , password liavee

1 Like

Hey @ads18922

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

hi @ads18922

Try this CSS

.collection__view-all .button {
    padding-inline: 17px !important;!i;!;
    min-width: auto;
}

Note: Adjust the padding to increase the button width

I hope this solution works for you!
If it does, please Like It and Mark It As A Solution, or support me by Buying Me A Coffee to keep me going!