Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45604
    Julia
    Participant

    Hi,
    When viewing my site on a smartphone, the title and tagline are not visible. The same thing happens if you extremely narrow the browser window on a desktop computer. The logo remains, but title/tagline disappear. Anyway to fix this?

    http://ifp.gly.uga.edu/ifp/

    It looks great on an ipad, BTW.
    Thanks!

    #45615
    Sakin
    Keymaster

    @Julia: That is done intentionally as theme design. As when you have logo and site details in small devices your header height will be long. So, if you want to enable it then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 980px) {	
    	.fixed-header #hgroup.logo-enable {
    		display: inline-block;
    	}	
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Title & Tagline don't appear on phone’ is closed to new replies.