Dear @carlosadalid
Do you have any third-party plugins installed or CUSTOM JS code? Is it possible to deactivate it for a moment to see if the problem remains?
Is Wordpress and LayTheme up to date?
Many wishes!
Marius
Dear @carlosadalid
you could try something like this. But this probably has other disadvantages.
body {
height: 100vh;
overflow-y: hidden;
}
Best!
Marius
Dear @carlosadalid
in the new carousel settings you can link images.
[image: 1556003029213-bildschirmfoto-2019-04-23-um-10.03.25-resized.png]
Best!
Marius
Dear @carlosadalid
if you inspect the navigation with Chrome Inspector, you can see that each menu item has an ID.
With % or vh you can align them to your needs. Will be some small annoying work. But it is possible.
Best!
Marius