Page 1 of 1
Sticky Logo
Posted: Thu Jan 04, 2024 2:35 pm
by cgcreator
Perhaps someone has a tip for me on how I can make my logo sticky like the top nav and footer?
I try custom css ( position: sticky; top: 30; ) but not work
pls see image sample.
THX
https://ibb.co/X208h1k
Re: Sticky Logo
Posted: Thu Jan 04, 2024 2:55 pm
by Pablo
Re: Sticky Logo
Posted: Thu Jan 04, 2024 3:09 pm
by cgcreator
Yes, "Keep original position until layer is about to be hidden" not work. Jumps always to the left out of 1200px max screen.
https://ibb.co/s5BtH71
Re: Sticky Logo
Posted: Thu Jan 04, 2024 3:24 pm
by Pablo
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
Also, please include a description how to reproduce this problem.
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
Re: Sticky Logo
Posted: Thu Jan 04, 2024 3:41 pm
by cgcreator
Site:
Wbs File:
Where the logo has to be:
THX
Re: Sticky Logo
Posted: Thu Jan 04, 2024 3:52 pm
by Pablo
Re: Sticky Logo
Posted: Thu Jan 04, 2024 4:03 pm
by cgcreator
But the position is wrong!
Where the logo has to be:
Working with offset is a disaster because it doesn't change the position like navigation and all other elements when I change the width of the browser.

Re: Sticky Logo
Posted: Thu Jan 04, 2024 4:13 pm
by Pablo
The position is not wrong. A sticky layer has a fixed position, as specified by the 'orientation' property. The offset properties can be used to give the object an offset.