Okay
  Public Ticket #3595313
Wonky Vertical Pagination on Search Results
Open

Comments

  •  4
    nikiblaker started the conversation

    I hadn't noticed this before since I don't use the search feature very much, but the pagination on the search results is bulleted and vertical for some reason! I haven't applied any custom styling to any pagination elsewhere on the site.

    Screenshot attached. Thanks!

    Attached files:  download.png

  •  1,649
    Judith replied

    Hi there,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    ul li {
        list-style: none;
    }
    ul.page-numbers {
        display: -webkit-inline-box;
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

  •  4
    nikiblaker replied

    Thank you! That worked beautifully.

  •  1,649
    Judith replied

    Hi there,

    Thanks for writing back

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest

    Your feedback is valuable to us and greatly appreciated!