Tagged: breadcrumbs, menu, responsive
Hi support,
My menu breaks if the screen resolution is some round 1024 x 600 its jumps down can u do anything about that?
Can we maby load the mobil menu here or how to best solve this.
My breadcrumbs are colliding with the page titles on ipads. How to fix this?
Can you please provide me with a CSS code that hides the breadcrumbs on pads and mobile don’t know I want to show it looks messy.
Want try see how it looks.
Hey Mattias!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1189px) {
.html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
.html_mobile_menu_tablet #mobile-advanced{display:block;}
.responsive .title_container .breadcrumb{position: relative;right:auto; top:-6px; margin:0; left:-2px;}
}
Cheers!
Josue
Hi Josue,
Almost there :-) have added the CSS can see mobil menu icon and the mobil menu to the right of the icon.
Think i need little more help then we are there.
Cheers!
Mattias
Hi Mattias!
Not sure what you are referring to, here’s how i see it – http://screencast.com/t/Gfg1r3Zza
Cheers!
Josue
Please close this out of date!
Thanks for the support!