Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #803714

    If you view http://www.havanamusictours.com/tour-packages on mobile you’ll see that the woocommerce products at the bottom of the page look pretty bad. They don’t display correctly.

    #803738

    Support needed please. Thanks.

    #804997

    Hi roach3747,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
      .responsive .container {
        padding: 0 25px;
      }
      div .products .product {
        width: 100%;
      }
      .template-page.content.av-content-full.alpha.units, 
      main.template-shop.content.av-content-full.alpha.units {
        padding-bottom: 0px; 
      }
    
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #805326

    Thanks Victoria, that worked! I need code to fix a couple of other similarly related mobile display issues.

    1. When clicking the cart icon at the top the popup box hangs off the edge on the left.
    2. The cart page isn’t centered. havanamusictours.com/cart
    3. Checkout page isn’t centered. havanamusictours.com/checkout

    Thanks so much!

    #806227

    Can anyone help me with this?

    #806960

    Hi roach3747,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .template-page .post-entry {
        right: 0 !important;
    }
    

    The cart content looks ok on the right on the screenshot http://imgur.com/a/CM1nr
    This code will fix the cart and the checkout pages.
    If you need further assistance please let us know.
    Best regards,
    Victoria

    #807119

    Now everything is off center.

    #808060

    Hi,

    Best regards,
    Victoria

    #808067

    It’s centered because I removed the code you gave me. The code made it go off center.

    #808642

    Hi roach3747,

    Now it is very confusing. Let’s start over. What is the issue that you’re having?

    Best regards,
    Victoria

    #822807

    The woo commerce plugin is not displaying correctly on mobile. So when I use any of the woocommerce checkout processes (cart, add to cart, checkout) all of it is not centered on the screen. So I need code to fix each one. Because it’s doing it with anything to do with that plugin.

    #823232

    Hi,

    I have checked it and I think Victoria’s solution should work just fine, can you please try this code it’s basically the same but limited to mobile:

    @media only screen and (max-width:767px) {
      .template-page .post-entry {
        right: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #823536

    Hers didn’t work. I tried yours and that actually shifted every element on mobile to the left.

    #823596

    Hi,

    Can you post a screenshot on how it looks when the code is added? Can you try to remove this css code:

    .template-page .post-entry {
        position: relative;
        right: -105px;
    }

    Best regards,
    Nikko

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