Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Header blocks page content on iphone 7 #155876
    kendrickw
    Participant

    Thank you for your suggestions, it works!!
    This is what I ended up doing on my site:

    @media screen and (max-width:420px) {
    	.site-branding .site-title {
    		font-size: 0.6em;
    	}
    	.site-branding .site-description {
    		font-size: 0.5em;
    	}
    	.site-primary-wrapper {
    		padding-left: 2px;
    	}
    	#footer-left-content {
    		font-size: 0.2em;
    	}
    	#site-generator {
    		padding-top: 2px;
    	}
    	.home.admin-bar .footer-bottom {
    		bottom: 60px;
    	}
    }
Viewing 1 post (of 1 total)