Hi,
Is there a way that on a shop category page where there are other subcategories that the subcategory boxes are displayed even?
Sometimes the titles go to two lines and it then drops the box. How do I contain this?
Thanks
Vince
Hey Vincent!
You have to activate that, from the WooCommerce Settings.
If you do it, you will be able to see category -> Subscategories to the page.
Let us know if we can do anything else
Best regards,
Basilis
Thanks for your reply – however, that was not my question.
To repeat(I’ll try and be clearer :))
Display subcategory boxes evenly on the overview page. Sometimes the titles go to two lines and it then it increases the size of the box making it uneven with other boxes.
Hi,
Thanks for the clarification, you will need to set the elements in question to a fixed height then. Could you post a link to an example so that we can have a closer look please?
Best regards,
Rikard
Hi Rikard,
The site is not live and on a local server.
I was trying to find a way to make the boxes uniform if some of the display category boxes titles go onto a second line?
Thanks
Vince
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .inner_product_header {
height: 120px;
}
Just adjust the height as you see fit. Hope this helps.
Best regards,
Nikko
Hi Nikko,
Thank you for your help. I tried that and it made no difference. The overview boxes – some are still uneven.
Thanks
Vince