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

    Hi,

    I’m having a problem with the Woocommerce cart button on a tablet (I tested 2 ipad’s, a iPad 2 and an iPad air) where the cart button is hiding behind the menu button.

    On a normal screen the cart button is total right (as it should be) and also on a iPhone it is on the left next to the menu button (as it should be).

    Can you help?

    Thanks!

    Kind regards

    #420076

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (min-width: 767px ) and (max-width: 989px) {
        .responsive #top .cart_dropdown {
            margin: -23px 60px 0 0;
        }
    }

    Cheers! 
    Josue

    #421508

    Hey Josue,

    Thanks for you quick reply.
    Unfortunately it didn’t do the trick. I also tried !important in de margin rule.
    Any other options I can try?

    Thanks!

    Kind regards

    (I have the latested version installed of Enfold. I even deleted the old one completely and did a fresh template install. I also use a child theme but tested it also directly with Enfold switched on. Same result).

    #421532

    Hey!

    Where did you add the code? i’m not seeing it applied in style.css or QuickCSS.

    Cheers!
    Josue

    #421546

    Hi,

    Whoops, it does work ;-)

    At first I added it at custom css (to test). But now I added it in style.css of the child theme and works fantastic. Thanks!

    Your’re te best!

    Kind regards

    #421575

    You are welcome, always glad to help :)

    Regards,
    Josue

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