Okay
  Public Ticket #2393298
Center portfolio image & text
Closed

Comments

  • Corto started the conversation

    Hello, 

    I'd like my portfolio images and text to be centered in each project page. I turn off the date but the whole thing is still not really centered (it's like the date is still on but invisible)
    Can you help me ? 

    Thanks a lot !

    Corto

  •  3,021
    Andrew replied

    Hi Corto,

    Use the following custom css in Salient > General settings > CSS/Script related:

    body.single-portfolio .post-area {
        width: auto;
    }
    

    Hope this helps.

  • Corto replied

    Hi Andrew,

    Thanks a lot, it works !