Make reviews page selection horizontal

Dear TC,

I would like it so that our review selection numbers are shown horizontally. At the moment the pages are shown vertically.

What it looks like right now: https://ibb.co/3vyBwd6

Is there a way to change this?

Thanks!

Hi RAUW,

Thanks for reaching out.
I have investigated the website that is listed in your Themeco Account dashboard and found that you are using a much older version of X theme i.e. 3.2.3. And it has been also found that you are still using the X Shortcode which has been consolidated into the Cornerstone plugin and that can be installed if you have the X theme installed through the link available in the dashboard.

I would suggest you update the X theme to its latest version by following the below steps.

  1. Update the X theme to the latest version on automatic updates or you can download it from your Themeco Account Dashboard and upload it manually after deactivating the existsing one.
  2. After the X theme is updated, use the link in the dashboard to automatically install the Cornerstone. It will be at the latest version

Please remember that you are using a much older version and the theme has changed a lot, you may lose a few data during the update. I would suggest you take a backup, before updating it, or please copy your live site to a staging server and update the theme and if everything goes fine you can copy it to your live server.

Hope it helps.
Thanks

Hi Trustup,

We do not want to update as the website works fine as it is. Could you help me without having to update the theme please? :slight_smile:

Hi RAUW,

In that case, you need to add the following custom CSS code into your Theme Options > CSS or in Appearance > Customizer.

.woocommerce-pagination ul.page-numbers
{
    display: inline-flex !important;
    list-style:none !important;
}
a.page-numbers
{
    padding:0 5px ;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

You’re a legend! Thanks !

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.