Home Forums WoodMart support forum Elementor slide cart direction an style

Elementor slide cart direction an style

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #335366

    Oren2020
    Participant

    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.
    #335437

    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

    #335480

    Oren2020
    Participant

    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.

    #335494

    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

    #335552

    Oren2020
    Participant

    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.

    #335694

    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.

    #335702

    Oren2020
    Participant

    Thanks. It looks good, but my Dashboard is in English now and I can not change the language.

    #335704

    Oren2020
    Participant

    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.

    #335708

    Oren2020
    Participant

    I have fixed it. I have seen that you have changed the user. All is well!!! Thank you for your help.

    #335718

    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.

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Elementor slide cart direction an style’ is closed to new replies.