• Resolved fvelmntnja12

    (@fvelmntnja12)


    WordPress 5.2.1 running Primer theme (Version: 1.8.6).

    Running PHP version: 7.2.15

    layout fixed

    Site title “www.lennonboggs.com” breakes into:

    https://www.lennonboggs.c
    om

    on mobile.

    Anyway to make it a little smaller for mobile so that site title shows on one line on mobile? Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @fvelmntnja12 ,

    Sorry for the delay in getting back to you. You can use the following CSS snippet to tweak the width of the parent container, so that text remains on one full line:

    @media only screen and (min-width : 321px) {
      .site-title-wrapper {
        max-width: 100%;
      }
    }

    Let us know if that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘site title broken into two lines on mobile’ is closed to new replies.