Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1124343

    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

    #1124389

    Hey Jak73,

    Where can we see the number?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1124395

    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

    #1124539

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.