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

    There is a massively large gap below the menu (and slide out menu) when my website goes to mobile. This gap is making some people think there is an error on their cart or checkout page and then we lose an order. My client is not happy.

    I thought this problem was solved before when in a previous thread (see this thread: Large gap below menu NEED URGENT HELP!!) this code seemed to work. For some weird reason the gap is back and for the life of me I can’t figure out why. Can someone please help me figure this out.

    @media only screen and (max-width: 767px) {
    .responsive.html_custom #top.woocommerce #wrap_all #header.all_colors {
        height: 80px !important; 
    }
    #1056066

    Hey Chris,

    Thanks for the details, though I can’t see a large gap on my end. Are you sure that you are not getting cached results? Running a caching plugin might cause that for instance. When to not use a caching plugin in WordPress.

    Best regards,
    Rikard

    #1056067

    Yep. It is defintiely therer. I am using Far Future Exoiry but even with . it deactivated the gap is still there.

    https://i.postimg.cc/tTNnVygX/Screen-Shot-2019-01-19-at-11-13-19-PM.png

    Try adding a product to you cart and then go to ”View Cart’ or ‘Checkout’. Those pages specifically it shows up on mobile or if the viewing area is small enough.

    #1056409

    Hi,

    Thanks for the clarification, I see the same thing on my end on the cart page. Your CSS is being served from the Autoptimize plugin though, could you try to deactivate that to see if it makes any difference please?

    Best regards,
    Rikard

    #1059760

    Hi Rikard,

    I’ve disabled the auto optimize plugin and the issues is still there.

    #1060067

    Hi hotspot01,

    I have added this css code in your Quick CSS which should work, however the new css isn’t fetched because of the caching:

    @media only screen and (max-width:479px) {
      .responsive .logo img,
      .responsive #top #wrap_all #header {
        max-height: 80px !important;
      }
    
      .responsive #top .av-main-nav #menu-item-search {
        margin-top: -34px !important;
      }
    }

    Best regards,
    Nikko

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