Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1256941

    Hi!
    I have a problem with the woocommerce cart in the homepage (transparent header), the cart goes too much up in the page, is ok on the other pages.

    Thank you!

    #1256963

    Hey opificioilgranello,

    I’m not seeing the cart at all. Can you screenshot the issue?

    Best regards,
    Jordan Shannon

    #1257035

    Hi Jordan!
    I send to you 2 images, one with the cart problem (mobile responsive) and the other is also a responsive problem with the transparent header, I don’t know but perhaps those issues are correlated.

    Thank you!!

    Laura

    #1257363

    Hi,

    Can you try commenting out your custom css to see if the issue resolves?

    Best regards,
    Jordan Shannon

    #1257964

    Hi Jordan!
    This is the css code that creates problem I think…

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px){
    .home .logo{
    display:none !important;
    }
    }
    Still I don’t know how to solve all this stuff because the transparent header doesnt’ work on mobile.
    Otherwise how can I disable transparent header on mobiles and turn black the background color ?

    Thank you!

    Laura

    #1258139

    Hi,

    So with that portion commented out the cart shows?

    Best regards,
    Jordan Shannon

    #1258143

    Hi!
    Exactly!

    Laura

    #1258370

    Hi Laura,

    Can you try to replace this code:

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px){
    .home .logo{
    display:none !important;
    }
    }

    with:

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px){
      .home .logo{
        display:none !important;
      }
    
      .responsive #top.home .cart_dropdown {
        margin-top: 18px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

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