Skip to content

Instantly share code, notes, and snippets.

@Justryuz
Last active February 29, 2024 04:14
Show Gist options
  • Save Justryuz/fc1be248ec6d0a74c3e063239c786363 to your computer and use it in GitHub Desktop.
Save Justryuz/fc1be248ec6d0a74c3e063239c786363 to your computer and use it in GitHub Desktop.
Horizontal Scrollbar on Mobile When Using Elementor
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