Edit button size

Hi,

Can you kindly help me with this issue for my “next” and “previous” buttons on collections view page please? The problem is only in the middle pages, so it’s not on the first and the last page!

Hello @idealdecorid

Can you share store URL?

Yes of course. I haven’t launched my website yet.

https://ideal-decor-id.myshopify.com/

rautru

@idealdecorid Please follow the below steps to fix the “next” and “previous” buttons on collections view page. Let me know whether it is helpful for you.

  1. Go to “Online Store” → “Themes”.
  2. Click action button from the current theme and select “Edit code”.
  3. Locate “custom-css-shopify.css” file and add the below code at the bottom of the file.
@media screen and (max-width: 450px) {
    .pagination a.btn{
        padding: 8px 15px !important;
    }
}​

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

1 Like

It worked, Thank you so much for your support!