Home Forums WoodMart support forum Hidden shopping cart – change sides

Hidden shopping cart – change sides

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #687281

    tal-5429
    Participant

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

    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,

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