Horizontal split screen
-
Hi there :) would it be possible to customize the split screen CSS so that the website is split horizontally instead of vertically (scrolling left to right instead of top to bottom)? Thank you so much!
-
yes!
#grid, #footer-region { width: 100%; height: 50%; position: fixed; left:0; overflow-y: scroll; overflow: -moz-scrollbars-none; scrollbar-width: none; -webkit-overflow-scrolling: touch; } #footer-region { top: 0; height: 50%; } #footer{ box-sizing: border-box; } #grid { bottom: 0; height: 50%; } #grid{ box-sizing: border-box; } ::-webkit-scrollbar { display: none; }
just some basic css changes here
haven't tested it but i think it should workif u try it and it doesnt work please post the link here
-
@arminunruh It is nearly perfect! But it does not scroll left to right, but top to bottom.
You can see it here: https://julianehaer.com/
Could that be change or not?
-
can u use the css i provided and then send the link
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it