Fixed text on top left
-
Hi there,
I'm trying to fix the position of a text block on my website in the top left corner, while the right part (stack of carousels) should remain scrollable.
I've assigned a class to the block and used the custom CSS found on these forums, but when applied, my top carousel is shifted to the left (screenshot attached).
I've also attached an image of how things are arrange in my editor. Hope this makes my case clear enough :)website:
http://nevcvi.dreamhosters.comscreenhost:
https://www.dropbox.com/s/fafosa77hobafzc/Screenshot 2020-02-03 at 22.50.06.png?dl=0editor view:
https://www.dropbox.com/s/l94pnorzn9nwp4t/Screenshot 2020-02-05 at 16.24.13.png?dl=0 -
Dear @neveneven
you need to give that element a class and a CUSTOM CSS with the values of:.custom-box { position: fixed; z-index: 1000; } .no-parallax.no-offset.col.push-1.span-11.align-top { padding-left: 25%; }And play around with this values on the bottom.
Best!
Marius
-
Dear @neveneven
Perfect! Glad to hear!Marius