Reply 303144 to: Xstore Search Results Page Display

Avatar: Olga Barlow
Olga Barlow
Support staff
September 22, 2021 at 16:59

Hello,

Find the below code in your Theme Options > Custom CSS

.products-loop .ajax-content, .products-loop {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

and replace with the following

.products-loop .ajax-content, .products-loop {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
}

Or remove custom code related to your products page at all.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.