Hi,
i need to make the telephonenumer sticky in responsive mode.
Need to do that, to be compliant with dsgvo.
How can i do that?
kind regards Jak
Hey Jak73,
Where can we see the number?
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Sorry, i ment the telnumber position.
There is written:
Impressum – Datenschutzerklärung – AGB
Please have a look. Would be nice if this would be sticky.
kind regards Jak
Hi Jak73,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av_minimal_header #header_meta {
position: fixed;
width: 100vw;
top: 0;
}
.av_minimal_header #header_main {
margin-top: 30px;
}
If you need further assistance please let us know.
Best regards,
Victoria