Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #762514

    Hey guys,

    I’m using the product category widget in my shop page. It works and the hierarchy is there, but all the categories are aligned to the left so you can’t see what is a subcategory of what. How can I fix that? On mobile devices it shows the alignment how it’s supposed to be.

    #762831

    Hey FadingReality,

    To fix it, just add this custom CSS code at Enfold Theme Options > general styling > quick CSS:

    
    
    .sidebar {
    
       text-align: left;
    }
    
    

    let me know if it works :)

    Best regards,
    John Torvik

    #762836

    Hey John,

    that didn’t work unfortunately. :(

    #762875

    Hi,

    Try using this css code and it to Quick CSS (located in Enfold > General Styling):

    .sidebar .product-categories li a {
        font-weight: bold;
    }
    
    .sidebar .product-categories .children li a {
        font-weight: normal;
    }

    This will make the parent categories have bold font thickness and normal font thickness for child categories. HOpe this helps.

    Best regards,
    Nikko

    #762885

    Hey Nikko, I want the categories to align properly, your code this not affect anything in that regard. :(

    #762888

    Here’s a screenshot of the problem.Screenshot

    #762894

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .sidebar_left.sidebar {
        text-align: left !important; 
    }

    Best regards,
    Mike

    #762895

    That did the job, thank you Mike! :)

    #763032

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    #763033

    Hi,
    Solved and closed
    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Product Category Widget does not align categories properly’ is closed to new replies.