Elementor slide cart direction an style
-
Hi,
1. How can I set the cart direction slider to open from the right instead of the left?
2. How can I control the style on that slider? I can not see any way to edit it with Elementor.
Please see image attached.
Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cart-widget-side.wd-side-hidden.wd-opened {
left: auto;
right: 0;
}
2) You can style it using Custom CSS.
Best Regards
Thanks. it is opening to the right, but closes to the left. Please see the attached. Not working well.
Usually there is no issue to control the slide cart with elementor, but you are blocking that option. I can’t see why not to allow editing it.
Hello,
1.Please provide the login details of the website to check it myself and help you out accordingly.
2.Sorry but you can only modify using Custom CSS not with elementor.
Best Regards
Hi, thank you for your help. Please see the login details. I need the slider and the login form to be excectky like it is now, but from the right.
Please let me know what you have done and if you can write the css only in the woodmart CUSTOM CSS so I can see it as I have more woodmart sites that needs that change.
Thank you very much.
Hello,
I have added the small custom CSS in the Theme Settings >> Csutom CSS section:
/*Woodmart Custom CSS*/
body .cart-widget-side.wd-side-hidden.wd-left,
body .login-form-side.wd-side-hidden.wd-left {
right: 0;
left: auto;
transform: translate3d(100%, 0, 0);
}
.wd-side-hidden.wd-opened {
transform: none !important;
}
Please check the site now after removing the browser and site or server cache.
Best Regards.
Thanks. It looks good, but my Dashboard is in English now and I can not change the language.
Thanks. It looks good, but my Dashboard is in English now and I can not change the language. I can’t work on the site as it is fixed on English since you changed it. Please check. The CSS works great and thank you. Just need your help to fix the site back to my language.
I have fixed it. I have seen that you have changed the user. All is well!!! Thank you for your help.
Hello,
We are Glad that your issue has been Resolved.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Elementor slide cart direction an style’ is closed to new replies.