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
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
Hey @ads18922
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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!