Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #662723

    Hi Kriese Team,
    I have the following problem: I added the woo shopping cart via shortcode in a 1/1 avia layout. Additionally there is a sidebar on this page.
    The result: The content is not responsive as it should be. The content is covered by the sidebar, when I change the browser size to small.
    Please check this out:
    http://joleo.de/wahrenkorb
    login below.
    Any idea?

    Thanks!
    Jan

    #663783

    Hi!

    Can you post a screenshot of your view? i’m not noting the issue.

    Regards,
    Josue

    #664426

    Hi Josue,

    here the link: http://joleo.de/mock-ups/
    login above…

    Thanks a lot!
    Jan

    #664836

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 989px) {
        .responsive #top .container .av-content-small, 
        .responsive #top #wrap_all .flex_column, 
        .responsive #top #wrap_all .av-flex-cells .no_margin {
            margin: 0;
            margin-bottom: 20px;
            width: 100%;
        }
        .content .entry-content-wrapper{
            padding: 0;
        }
        .inner_sidebar{
            margin: 0;   
        }
    }
    

    That will enable the full width on the cart table earlier (989px).

    Cheers! 
    Josue

    #666411

    Hi Josue,

    thanks for your support! Sorry, but it is not really better :-)
    With this code the collision problem is better, but I have an intermediate state where the sidebar goes under the main text bevor it changes to mobile view …

    Here is the linke to the problem child …
    http://joleo.de/produkt/727/
    Please add this product and go to the shopping cart. When you shrink the window size step by step, you will see what I’m after.

    Thanks a lot!!
    Jan

    #667527

    Hi,

    It’s normal for the sidebar to go underneath the cart container on smaller screens. Do you want to hide it? If yes, you can use this:

    @media only screen and (max-width: 989px) {
    .woocommerce-cart #main .sidebar {
       display: none !important;
    }
    }

    Best regards,
    Ismael

    #668268

    Hi Ismael,

    Hmmm… that code does not remove it…
    Maybe you can add this product to the cart and have a look?

    #670139

    Hi,

    Alright. We modified the code above a bit. Please try it again.

    Best regards,
    Ismael

    #671199

    Hmmm,

    sorry, no effect….

    I removed the “Maintenance Mode”, so please try to add the “Einkaufstasche” to the cart and have a look at the cart when changing browser window size….

    Thanks!!
    Jan

    #672439

    Hi,

    The sidebar has been removed on screens lower than 989px. Please remove browser cache or hard refresh the page. We tried to login but we can’t get past the “my account” page.

    Best regards,
    Ismael

    #673626

    OK. I’m fine :-)
    Thanks!

    you can close this.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Woo Shopping Cart – Sidebar Issue’ is closed to new replies.