My website is currently displaying a horizontal scroll bar along with the vertical one. I would like to disable horizontal scrolling completely so the page only scrolls vertically.
Can you please guide me on how to fix this?
This topic has 3 replies, 2 voices, and was last updated 1 months ago ago by Ruhul Amin
My website is currently displaying a horizontal scroll bar along with the vertical one. I would like to disable horizontal scrolling completely so the page only scrolls vertically.
Can you please guide me on how to fix this?
Hi @Ruhul Amin,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
[data-elementor-type="footer"] section.elementor-element-ac48201 {
width: 100% !important;
left: 0 !important;
margin: 0 !important;
right: 0 !important;
}
Kind regards,
The 8Theme Team
Thanks for the support! My topic “Need Help Removing Horizontal Scrolling from Website” has been successfully resolved.
The issue related to '‘Need Help Removing Horizontal Scrolling from Website’' has been successfully resolved, and the topic is now closed for further responses