[Resolved] Blog Title not formatting correctly.

Home Forums Support [Resolved] Blog Title not formatting correctly.

Home Forums Support Blog Title not formatting correctly.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #119384
    Samuel Thomas

    Hello!

    I just started using GeneratePress (Also got the premium add on!) and I’m testing the theme’s features out. I noticed that the blog title doesn’t word-wrap correctly and brakes the text when viewing on mobile/smart phones. Is there anyway to correct the formatting through GeneratePress’s default settings or addons or will the CSS itself need to be edited?

    Here’s the site: http://www.refreshinglyreal.com/

    Thanks for the help in advance!

    #119392
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Your best bet is to reduce the font size of your title on mobile.

    For example:

    @media (max-width:767px) {
          .main-title {
                font-size: 25px;
          }
    }

    Using an image instead of text is also a good solution, as it will resize with the container.

    Let me know if you have any questions 🙂

    #119540
    Albert George

    Above code didn’t work for me. Still title in same size while view ing on mobile mode.

    #119641
    Tom
    Lead Developer
    Lead Developer

    How did you add the CSS?

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