Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1242418

    How can I center the page titles on my website? Thank you!

    #1242452

    Hey jhchan,

    Please try replacing this code I gave:

    #top .title_container .main-title a {
        display: block;
        line-height: 40px;
    }

    to:

    #top .title_container .main-title a {
        display: block;
        line-height: 40px;
        text-align: center;
    }

    Best regards,
    Nikko

    #1242595

    Thank you, I tried that but don’t see any change.

    #1242611

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

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