Home Forums WoodMart support forum Category hierarchy on shop catalog is all messed up on internet explorer

Category hierarchy on shop catalog is all messed up on internet explorer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #118032

    webseller
    Participant

    Hello,

    The hierarchy when the sub categories are opened is all messed up on interneeet explorer. Please advise on how to fix. I have attached a screenshot.

    Attachments:
    You must be logged in to view attached files.
    #118048

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .widget_product_categories .children {
    	width: 100%;
    }
    
    .widget_product_categories .product-categories li a {
    	width: calc(100% - 40px);
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)