Okay
  Public Ticket #2158416
Full Width Portfolio Title is not centered
Closed

Comments

  • Philipp started the conversation

    Hello,

    the portfolio-title is not centered. It's a little bit right. How can i get it exactly in the center?

  •  8,992
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body.single .project-title .section-title {
        padding: 0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Philipp replied

    it worked! Thank you very much!