Carousel fixed position
-
Hi there!
I am currently trying to make a page that is composed of a scrollable text on the left and a fixed carousel on the top right. I try to fixed the position of a carousel but it doesn't works.
This is an example page
http://www.metapublishing.info/matteo-zanini-just_panino-eng
When I scrool down to read the text I would like that the carousel stay fixed on the top of the page.
Sorry if this is a really basic thing, I am quite new to CSS and would be happy about a tip!
Thanks!Rocco
-
Dear @metapublishing
you can give elements a specific CLASS for example called: fixed-element.Then you can use CUTSOM CSS to position that class as fixed:
.fixed-element { position: fixed; left: 20%; top: 20%; }
Hope that helps!
Best!
Marius
-
Thanks! It works
Cheers
-
Great! Happy to hear!
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. Now see if your problem solved itself
5. 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