• Resolved nleibert

    (@nleibert)


    Hi, I absolutely LOVE this theme but I noticed that a slightly longer site description causes the theme to look weird on mobile/responsive devices (causing a horizontal scrollbar).

    Is there a way to have the site description text/tagline go under the site title or wrap around instead?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author justgoodthemes

    (@justgoodthemes)

    Hi there,

    I am happy to hear you love the theme!

    As for your question, thank you pointing this out. I will fix the issue in the theme update. In the meantime you can add the following CSS rules to the Additional CSS field in the theme customizer:

    @media only screen and (max-width: 640px) {
      .site-description {
        margin-top: 15px;    
      }
    
      .site-branding {
        align-items: start;
        flex-direction: column;
      }
    }

    Regards,
    Asta

    Thread Starter nleibert

    (@nleibert)

    Hi,

    Thank you SOOOO much!!! I really appreciate it! That code worked perfect and I absolutely love your theme!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site description runs off’ is closed to new replies.