Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #870263

    Hi,

    my “Header Title and Breadcrumbs” panel is half hidden on all iPads (look the example) in portrait mode, but not landscape mode. Any idea where does the problem come from?

    #870333

    Hey Anton,

    Please provide a link to the actual site/page in question so we can inspect it further.

    Best regards,
    Jordan Shannon

    #870443
    #870715

    Hi,

    Add the following to quick css:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) {
    .stretch_full.container_wrap.alternate_color.dark_bg_color.title_container .container{
    margin-top:40px!important;
    }}

    Best regards,
    Jordan Shannon

    #870807

    Thank you very much. It does work now.

    RESOLVED

    #870879

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘"Header Title and Breadcrumbs" panel is half hidden on iPad’ is closed to new replies.