-
humbleit
I got this site. I want the text to be at the bottom and the products in top. Any easy way to do it?
‘
https://nordicgear.dk/macbook-air-batterier/ -
Hi there,
try this CSS:
.woocommerce.archive.tax-product_cat .entry-content { display: flex; flex-direction: column; } .archive.tax-product_cat div#wc-column-container { order: 1; margin-bottom: 40px; } .archive.tax-product_cat header.woocommerce-products-header { order: 2; }
-
humbleit
Thank you so much. Pretend i am a 10 year old kid 🙂 Don’t know were to add this data
-
Customizer > additional CSS 🙂
-
humbleit
Works great. Thank you so much
-
You are welcome 🙂
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.