Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #89636
    Eric
    Participant

    please take a look at http://innovament.com in ipad landscape view http://quirktools.com/screenfly/#u=http%3A//innovament.com&w=1024&h=768&a=22&s=1, it would be good that this view is like in the portrait mode see here http://quirktools.com/screenfly/#u=http%3A//innovament.com&w=768&h=1024&a=22&s=1

    what can I do?

    Thanks, kind regards
    Eric

    #89637
    Pratik
    Participant

    Hi @Eric,

    I cannot understand what is broken. Both views look fine. Can you be more specific about which page title you mean?

    Regards,
    Pratik

    #90991
    Eric
    Participant

    Hi, in landscape the logo is left and not centered, what can I do, that the landcape mode looks as in the portrait mode? Thanks, Eric

    #91006
    Pratik
    Participant

    Hi @Erik,
    The design is not broken. It is how it was designed to be. If you want the logo to be centered in landscape mode as well, add following CSS code in Appearance=> Customize=> Theme Options=> Custom CSS:

    
    @media screen and (max-width: 1024px) {	
      #header-left {
    		width: 100%;
    	}
      #site-logo {
    		clear: both;
    		display: block;
    		float: none;
    		margin: 0 auto;
    		padding: 0;
    		text-align: center;
    	}
    	#hgroup-wrap img {
    		display: inline-block;
    	}
    }
    

    Let me know how it goes.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Too long page titles, ipad landscape design broken’ is closed to new replies.