• Resolved borskynews

    (@borskynews)


    On my site borskynews.com the tagline shows on the desktop version but not on the tablet or mobile phone version of the site I was wondering how I would resolve this.

    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Mission News!

    You can add the following CSS to keep the tagline visible on mobile devices:

    .tagline {
      display: block;
    }

    Please copy & paste that code into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter borskynews

    (@borskynews)

    That worked thank you. One last question while I have you is there a way to add above the header?

    Theme Author Ben Sibley

    (@bensibley)

    That can be modified by editing a template file in Mission News. I put together a “child theme” for you that does this, and you can download it here: download child theme.

    The child theme can be uploaded and activated like a regular theme via the Appearance menu, and then you’ll see the tagline displayed above the site title.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Tagline’ is closed to new replies.