How do I fix the pagination on my search page?

Hello!

I feel like there’s a quick fix for this but I just can’t find the right code to edit. Could someone help me out with fixing this layout of the pagination on my search pages so they’re in a nice horizontal line?

(https://codiworldwide.com/search?q=strap&options%5Bprefix%5D=last)

I’m sure I tweaked some part of the coding somewhere else that caused it to break but I just can’t seem to find it…

If it helps, I’m using a customized version of the Dawn theme.

Thanks in advance!

Hello @brendaanne3 ,

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->base.css->paste below code at the bottom of the file:

ul.pagination__list.list-unstyled li {
    flex: inherit;
}