Replies: 0
Hello Tech,
Post Timeline is causing Horizontal scrollbar on mobile and tablet
on desktop it’s OK.
tested on Astra theme on empty page.
I fixed this temporary by adding this code :
————
html, body {
overflow-x: hidden;
}
body {
position: relative
}
————
since I want to reduce theme css modification, do you have another fix for this?
Regards