Text fixed moving when loading page
-
Hello,
Is there any other way to fix a text, such as position: fixed
but in some other way?On this page: https://www.griseldaduch.com/architectures/
When the page is loading, the text which is at the top right it is not being fixed, so that when the page is loading it moves until the loading progress is done.
I thought it was a problem with the speed of the page, and also, I tried to change the position into "absolute" but still persisiting.
Please looking forward to any help!
-
Dear @gridch
Position:fixed is the correct way to go i think in your case,
The fixed text being a part of the fullscreen slider, am i correct that it has the id:#dalt
?
You will need to test obviously but you could load this CSS command earlier by adding it > Lay Options > Custom CSS & HTML >
Custom <head> content or Custom HTML at top:
<style> #dalt { position:fixed !important; } </style>
Need to test, and see! :)
Best
Richard
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it