Hello,
I’m using your theme on the website https://yourexpert.gr. Everything looks fine on large desktop screens, but on smaller screens like laptops (15.6″) / (13,3”) and tablets (landscape orientation), a horizontal scroll bar appears, and the layout extends beyond the visible area.
After inspecting the page, I believe the issue is caused by a section or element (possibly the homepage slider or hero section) that has a fixed or excessive width, causing the page to overflow horizontally.
Details:
The overflow appears mainly on screen widths around 1366px and below.
A specific element (likely in the homepage landing section) seems to have a width around 1920px even on smaller viewports.
This breaks the responsive layout and shows a horizontal scroll bar.
Can you please: Check it out and fix it?
In the meantime, I’ve temporarily used:
body {
overflow-x: hidden;
}
…but I would prefer a proper fix that doesn’t just hide the overflow but resolves the root cause.
Thanks in advance!