Okay
  Public Ticket #1248557
RTL cart + Mobile Issue
Closed

Comments

  •  2
    ikhlaidsharif started the conversation

    In the mobile view + RTL,


    onceI click of the cart  icon to see the products, I see blank body !! unless I scroll down

    http://www.miliardo.net/cart/




  •  2
    ikhlaidsharif replied

    screen shot is attached

  •  1,559
    Laborator replied

    Hi ikhlaidsharif,

    Can you please add the code below to your Custom CSS area:

    body.woocommerce-cart {    
        direction: inherit !important;
    }
    

    It should solve your problem :)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    ikhlaidsharif replied

    custom CSS added, still issue is not resolved

  •  2
    ikhlaidsharif replied

    maybe the products title is so long ?! and the page is not getting responsive to the screen size !!

  • [deleted] replied

    Hi,

    Can you please add this CSS:

    .woocommerce-cart .woocommerce {
    overflow: hidden;
    }

    This should fix this issue.

  •  2
    ikhlaidsharif replied

    Awesome @Arlind, you fixed it .. thanks bro

  • [deleted] replied

    Hi ikhlaidsharif,

    Glad to hear that

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great day!

    Will set this ticket as solved from here.