• Hi, The logo and site tagline display on PC browser but not Mobile devices. Only the logo displays (centered) on mobiles. How can I get the logo and site tagline or description to show on mobile phones? Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, try adding this as additional css:

    
    @media only screen and (max-width: 719px) {
    .site-description { display: block!important; }
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Display site title and logo on mobile devices’ is closed to new replies.