Tagged: , , ,

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

    Hey ryan_boomstreet!

    Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/, If that too does not help, please create a temporary admin login and post it here privately

    Regards,
    Yigit

    #569565

    Tried that quickcss as well. no luck.

    #571056

    Hey!

    Twelve Fifteen theme was active. I switched to Enfold and then added following code to bottom of Quick CSS field

    @media only screen and (max-width: 1380px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
    nav.main_menu { display: none; }}
    #wrap_all {
    position: relative !important;
    }

    Please review your website now

    Cheers!
    Yigit

    #571617

    Seems to have worked for that site.
    I have another site that I used that css for. However the menu button overlaps the cart button now (see attached)

    #571637

    Hi!

    Please add following code to your second site

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown {
        right: 100px;
    }}

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.