Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I just bought the paid version to make a logo sticky. I want it to always stay at the top right of the page. Unfortunately, I can't get it to work. I placed a container at the top of the page and set it to sticky using CSS. Unfortunately, I can't get it to work. I haven't seen anything about it in the forum. Are there any examples? |
||||
|
I've just created an account. I found a solution here. https://www.rocketcaketutorials.com/rcdfiles.html |
||||
|
You can also do it like that: Select the element, right-click it, choose "HTML Code..." -> "Additional CSS styles" and enter: position: fixed; z-index: 3000; You won't see the change in the editor, but when you click 'preview' then you can see that it works. |
||||
|
|