Join 50,000+ Smart Business Owners using OneTap for better accessibility with 1-Click Installation

Close Button Mobile 

Close Button Mobile 

How to add the code

				
					@media screen and (max-width: 600px) {
  nav.apop-accessibility.apop-plugin-onetap .apop-container .apop-accessibility-settings header.apop-header-top .apop-close {
    left: auto !important;
    right: 20px !important;
  }
}

				
			

2nd Solution

				
					@media only screen and (max-width: 576px) {
  nav.onetap-accessibility.onetap-plugin-onetap .onetap-container .onetap-accessibility-settings header.onetap-header-top .onetap-close {
    left: auto !important;
    right: 20px !important;
  }
}