corporate 21 mobile landscape

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10045499
    drcz
    Participant

    I wanted to use the format and in mobile landscape it is going messy; I need help with a fix so the blue part stays below the image on top
    corporatemobile21



    Template Version: 12.0.0
    #10045501
    Support
    Keymaster

    Hi, can you please send more details? Which resolution and device that you’re having that problem? We wasn’t able to see that same thing here.

    Thanks.


    #10045502
    drcz
    Participant

    I just used iPhone Edge browser (my default) but the above screenshot is in dev mode landscape in your demo site.


    #10045503
    drcz
    Participant

    I just used iPhone Edge browser (my default) but the above screenshot is in dev mode landscape in your demo site.


    #10045504
    Support
    Keymaster

    Hi, try adding this css:

    (css/custom.css)

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    
    	.main > .section-angled {
    		min-height: 740px;
    	}
    
    }

Viewing 5 posts - 1 through 5 (of 5 total)

This topic is marked as "RESOLVED" and can not rceive new replies.