Okay
  Public Ticket #1361376
portfolio-root-categories not longer centered
Closed

Comments

  •  1
    jramirez88 started the conversation

    After updating my site I noticed that ul portfolio-root-categories is no longer centered. I couldn't find a way to center it in the settings. Any ideas??


    Thanks, 


    Juan

  • [deleted] replied

    Hi Juan,

    Please just add the code below to your Custom CSS area:

    /* Portolio: Center Categories */
    .portfolio-title-holder .pt-column {
    margin: auto;
    }

    Thanks!