Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

How to disable horizontal scrolling on mobile view

Home / Forums / Kadence Theme / How to disable horizontal scrolling on mobile view

This topic is: Not Resolved
[Not Resolved]
Posted in: Kadence Theme
November 19, 2022 at 12:49 pm

Hello

How can I disable horizontal scrolling on mobile view? I have tried adding overflow: hidden to the body but it won’t work (issue might lie on head element?).

I have tried adding this code on console.log, but result is “undefined”:

var docWidth = document.documentElement.offsetWidth;

[].forEach.call(
document.querySelectorAll(‘*’),
function(el) {
if (el.offsetWidth > docWidth) {
console.log(el);
}
}
);

Any ideas?

Thank you very much, I am very happy with Kadence Theme and Kadence Blocks.

  • The forum ‘Kadence Theme’ is closed to new topics and replies.