Last active
February 29, 2024 04:14
-
-
Save Justryuz/fc1be248ec6d0a74c3e063239c786363 to your computer and use it in GitHub Desktop.
Horizontal Scrollbar on Mobile When Using Elementor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1 – Navigate to Appearance > Customize > Additional CSS; | |
Step 2 – Add the following CSS code: | |
html, | |
body{ | |
width:100%; | |
overflow-x:hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment