Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #351520

    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.

    #351636

    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

    #351841

    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

    #351861

    Hi Mattias!

    Not sure what you are referring to, here’s how i see it – http://screencast.com/t/Gfg1r3Zza

    Cheers!
    Josue

    #367100

    Please close this out of date!

    Thanks for the support!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Responsive, Meny and breadcrumbs help’ is closed to new replies.