How to Center Portfolio Title

Homepage Community Forums Epik Theme Support How to Center Portfolio Title

  • This topic has 1 reply, 2 voices, and was last updated 11 years ago by Wes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4069
    Abigailjane
    Customer

      Hi, I have followed the instructions on another thread and have managed to remove the portfolio excerpt so now all I have is the title showing but ideally I would love to have this centered. Is this possible?

      Thanks!

      #4071
      Wes
      Moderator

        Yes you can do this. If you take a look around line 1739 in your css file or search for – “#content .portfolio .entry-title” you can add “text-align: center;” and it should center it.

        Here is the code –

        `#content .portfolio .entry-title {
        margin: 12px 0;
        padding: 0;
        text-align: center;
        }`

        Let me know if that works.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.