Archived topic
In product categories, change the position of the letters
5 replies · Started by Pablo on April 23, 2020
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?
Hello. in this url https://www.opticaalcudia.com/categoria-producto/lentillas-online/
You see the letters first and the product is displayed underneath.
I want to see the product first.
Thank you
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.
Not sure if I understand?
CSS cannot cause a fatal mistake.
Can you make sure to add the code using one of these methods?
https://docs.generatepress.com/article/adding-css/