• Resolved aloria

    (@aloria)


    I just updated the theme, and the tagline is not appearing correctly in mobile view. Depending on the size of the display, it shows up either below the main menu or behind it. Any help with this would be much appreciated. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter aloria

    (@aloria)

    Sorry, here is a link to the site: https://temp.www.phplonline.org/

    Hi,

    Please try the following in your WordPress admin -> Theme Options -> Custom CSS

    @media only screen and (max-width: 768px){
    .header{height:280px !important;}
    }

    This should increase the height of your header in devices with screen less than 768px. This should prevent your tagline from hiding behind the mobile menu.

    Thanks!

    Thread Starter aloria

    (@aloria)

    Thanks so much! That seems to have fixed it.

    A big thank you from me too! I’m new to this whole CSS/HTML thing and you saved me days of trial and error!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tagline problems in mobile’ is closed to new replies.