Hidden shopping cart – change sides
-
Hi, im using the shopping cart in the menu and when I click it it’s open all the time from the left side, I want only in the computers layout that it will open from the right side instead of left.
Using RTL website
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Custom CSS for desktop:
body.rtl .wd-side-hidden.wd-left,
body.rtl .wd-header-cart.wd-side-hidden.wd-left,
body.rtl .wd-side-hidden.wd-left[style],
body.rtl .wd-header-cart.wd-side-hidden.wd-left[style] {
left: auto !important;
right: 0 !important;
transform: translateX(100%) !important;
}
body.rtl .wd-side-hidden.wd-left.wd-opened,
body.rtl .wd-header-cart.wd-side-hidden.wd-left.wd-opened {
transform: none !important;
}
Best Regards,