Okay
  Public Ticket #1933008
portfolio title display position
Closed

Comments

  •  3
    gfaniz started the conversation

    Dear Paul,

    In the list template, the portfolio title is displayed by default at the bottom-left (bottom-center for mobile version) of the featured image.

    How can I place it in the top-left (and top-center for mobile) instead?

    Thanks

    Kind regards

    Giuseppe

  •  291
    Paul replied

    Hello Giuseppe!

    You can use this custom CSS to change thatwink.png

    .portfolio-title-wrapper {
        bottom: auto;
        top: 15px;
    }
    

    Regards,
    Paul

  •   gfaniz replied privately