Site logo

Archived topic

In product categories, change the position of the letters

5 replies · Started by Pablo on April 23, 2020

Viewing posts 1–6 of 6

Hello. How are you?

I need to change the position of the letters.

first the products appear and then the letters.

thanks

Hi there,

Which element should I be looking at in the linked page?

Can you turn off WP Rocket for now?

Try this CSS:

.archive.tax-product_cat .entry-content {
    display: flex;
    flex-direction: column;
}
.archive.tax-product_cat .entry-content .wc-columns-container {
    order: -1;
}

It's a fatal mistake.

This archived topic is closed to new replies.