Post Title Alignments

Home Forums Gillion Theme Post Title Alignments

Home Forums Gillion Theme Post Title Alignments

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • sofia_manso
    Participant

    Hello,

     

    Is it possible to align the title of the post page to the center?

    (check screenshot)

     

    Thanks.

    Attachments:
    You must be logged in to view attached files.

    Hi @sofia_manso,

     

    I hope you are well today and thank you for your question.

     

    Sure we can align it developing custom CSS code so could you please share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    sofia_manso
    Participant

    Hi there,

     

    I’m still working on localhost, i’m sending you a screenshot with code.

    Hope it helps.

     

    Thanks.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can centre align it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    body.single h1.post-title {
    text-align: center;
    }

     

    sofia_manso
    Participant

    Thank you very much 🙂

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)