Reply 179013 to: Categories Layout

Avatar: Olga Barlow
Olga Barlow
Support staff
November 30, 2017 at 12:36

Hello,

There is no such option by default. But you may try the following custom CSS (Theme Options > Styling > Custom CSS)

.category-grid.columns-3:nth-child(2n+1) {
    clear: both !important;
}
.category-grid.product-category {
    width: 50%;
}
@media only screen and (min-width: 768px){
.category-grid.columns-3:nth-child(3n+1) {
    clear: none !important;
}
}

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.