Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #743007

    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

    #743055

    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

    #743326

    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.

    #743707

    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

    #743819

    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

    #746079

    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

    #749040

    Hi Nikko,

    Thank you for your help. I tried that and it made no difference. The overview boxes – some are still uneven.

    Thanks
    Vince

    #749206

    Hi Vince,

    You may have to increase the values and add a minimum height to the element, please try this instead:

    .inner_product_header {
    height: 150px !important;
    min-

    height: 150px !important;
    }
    
    Best regards,
    Rikard
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.