Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #299207

    I have centered the page titles that are right below nav menu by using the following CSS:

    .main-title.entry-title  {
    text-align: center;
    }

    It works on all the pages except single posts in blog. How do I make it centered on blog posts?

    #299354

    Hey goforyourdreams!

    Please add following code to Quick CSS as well

    h2.post-title.entry-title {
    text-align: center!important;
    max-width: 100%!important;
    }

    Cheers!
    Yigit

    #299395
    This reply has been marked as private.
    #299562

    Hey!

    Please add following code to Quick CSS as well

    strong.main-title.entry-title {
    display: block;
    }

    Cheers!
    Yigit

    #299907

    Works perfect, thank you!

    #300195

    Hi!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Center Page Title Below Menu On Blog Single Posts’ is closed to new replies.