Viewing 1 replies (of 1 total)
  • Hello @cyroman349,

    Because it may cause styling issues, I do not recommend doing this. However, you can put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    #sidr {
        overflow: visible;
    }
    
    a.sidr-class-toggle-sidr-close i {
        position: absolute;
        right: -50px;
        top: 8px;
        z-index: 999;
        background: #fff;
        text-align: center;
        padding: 4px;
    }

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Button close on mobile’ is closed to new replies.