Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #710137

    Hi
    please see in private the sreen shoot
    On tablet (not mobil) logo on menu

    I already put that in quick css:

    #footer #woocommerce_product_search-3 {
    margin: 0px 0 0 0 !important;
    padding: 0 !important;
    }
    #footer .widget_product_search.widget h3 {
    padding-top: 0;
    }

    #footer #text-7 {
    margin:0 !important;
    }

    @media only screen and (max-width:767px) {
    .responsive #top .logo {
    padding-right: 40px;
    }
    }
    @media only screen and (min-width: 767px) { #footer .widget {
    margin: 0;
    }}

    #710252

    Hey jb84,

    Please go to Enfold->Header->Mobile Menu and select to show the mobile menu for tablets as well. If you want to use CSS you can use the following:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }

    Adjust the value 1024 to the pixel value of your liking.

    Best regards,
    Rikard

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