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?
Hey Anton,
Please provide a link to the actual site/page in question so we can inspect it further.
Best regards,
Jordan Shannon
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
Thank you very much. It does work now.
RESOLVED
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon