Okay
  Public Ticket #2712173
Portfolio filter layout
Closed

Comments

  •  3
    atomic-dz started the conversation

    Hello.

    Just installed and started to fill the site.

    I've noticed that category filter is working like drop-down meny, overlapping the pictures.

    How can I fix it?

  • EwoutBakker replied

    Follow

  • [deleted] replied

    HiĀ atomic-dz,

    Please add the code below to your Custom CSS area:

    .pt-column.pt-filters {
        width: 100%;
    }
    

    Have a nice day!

  •  3
    atomic-dz replied

    Thank you, now it works as needed, but aligned to the right.

    Maybe it is good idea to add in new release some settings for category filter formatting?

    What should I write to align to the center?

  • [deleted] replied

    HiĀ atomic-dz,

    When we rewrite the code of that area we will make sure to offer an option for this too.

    For the moment please add the code below to your Custom CSS area:

    /* Portolio: Center Categories */
    .portfolio-title-holder .pt-column {
        margin: auto;
    }
    .product-filter .portfolio-subcategory {    
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: 100%
    }
    .product-filter {
        text-align: center;
    }
    Have a nice day!

  •  3
    atomic-dz replied

    Great, thank you very much for your answer!

  • [deleted] replied

    Happy to hear that your request is resolvedsmile.png

    I wish you all the best!

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance.

  •  3
    atomic-dz replied

    Done ;)

  • [deleted] replied

    Thank you very much!

    Have a lovely week!

    I will set this ticket as solved from here.