Titles In Mobile Device

Home Forums Gillion Theme Titles In Mobile Device

Home Forums Gillion Theme Titles In Mobile Device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • tiagosimk
    Participant

    Hello, I’m having an issue when it comes to displaying the title on mobile devices. The titles are not centered for mobile and they have a weird alignment.

     

    url: helenagasparetto.com.br

     

    thanks

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

    Hi @tiagosimk,

     

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

     

    This is happening because there isn’t enough space on mobile devices to display title in one line.

     

    You can resolve it reducing the title font size 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 #page-container a.post-title h2 {
        font-size: 22px !important;
    }

     

    Best regards,
    Shufflehound team

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