Okay
  Public Ticket #2497218
Portfolio menu not centered
Closed

Comments

  •  2
    djsheky started the conversation

    In this demo https://demo.kaliumtheme.com/photography/ the portfolio menu is always centered, but for some reason, in my site is to the left. I tried using css custom, but i think that something is overriding the instruction.

    Best regards.

    {"wp":{"use":false,"adminUrl":"https://gallery.chrisvalencia.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi djsheky,

    Can you 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%);
    }
    .product-filter {
        text-align: center;
    }

    Thanks!

  •  2
    djsheky replied

    It works for standard size, Thanks. But the mobile version is still to the left :(.

  • [deleted] replied

    Hi djsheky,

    You had a problem on your previous CSS codes.

    I fixed them and also added the CSS code to center those portfolio filters and they are working as it should

    See video: https://d.pr/v/PaEtmG

    Have a nice day!

  •  2
    djsheky replied

    Perfect. Thank you so much.

  • [deleted] replied

    I'm happy to hear thatsmile.png

    I wish you have an amazing week!

    P.S: Enjoying our theme? Head over to your Downloads tab and give it 5 stars. We will love you forever.