Okay
  Public Ticket #1700551
Subcategory Menú Porfolio display
Closed

Comments

  • sebasjosi started the conversation

    subcategory menu porfolio display -> When I add a new porfolio item, it displays ok in the first category in horizontal, but if I put it in a sucategory, the submenĂș porfolio is displays in vertical, but the demo allways display in horizontal in sucategories.

  • [deleted] replied

    Hi Sebasjosi,

    Please add this CSS code in your Custom CSS area:

    .product-filter {
        text-align: center;
    }
    .portfolio-title-holder .pt-column {
        margin: auto;
        width: 100%;
    }
    .product-filter .portfolio-subcategory {
        width: 100%;    
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    and the problem should be solved 

    Have a great day!