Tagged: ,

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

    Hi guys, I just updated from (I think it was 2.6) to 3.0. Keep up the good work. I had modified my child theme so that the cart icon is always showing. Currently, the cart icon is still always showing, but after the ajax add to cart event, the cart icon slides to the left about 100 pixels, and it covers up some other stuff in my menu.

    How do I stop the cart icon from sliding left? i.e. I would like it to just remain in place. All the other hover effects and animations are good and I would like to keep those.

    #338095

    Hey fortuneRice!

    Thank you for using Enfold.

    We would like to see the actual website. Please post the url here.

    Best regards,
    Ismael

    #340903
    This reply has been marked as private.
    #341401

    Hi!

    Thank you for the link.

    Please use this on Quick CSS or custom.css:

    .cart_dropdown.visible_cart {
    right: -60px;
    }

    Best regards,
    Ismael

    #341962

    Thanks Ismael, I’ll try it.

    But in any case, can you point me to the file and line number that’s responsible for the animation, so I can tweak it further if necessary?

    #343033

    Hey!

    this is not about any file. It is about CSS styles. If you want to tweak it, than just change “-60px” to any number you want.

    Cheers!
    Andy

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