Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #802911

    Hi,
    the footer#socket is under the content-area.
    I want to have the footer#socket over the content-area.
    I tried to set it with margin-top:-40px but it doesn’t work.
    How can I put it over my content?

    Und hier nochmal in Deutsch:
    Ich möchte den footer#socket-Bereich als Layer über meinen Content-Bereich haben.
    Im Moment sitzt der footer drunter und ich möchte ihn gerne unten an der Seite haben, aber der Content-bereich soll drunter laufen.
    Wie kann ich das realisieren?

    Ich hoffe ich konnte mich verständlich ausdrücken.

    VG NAdja

    #803244

    Hey nadjak77,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #804643

    You find the link in the private content
    NAdja

    #804909

    Hi,

    Thanks for that, though your front page is not displaying a footer at all, is that the problem? If so you can select to show it in the Layout menu on the edit page or the page in question.

    Best regards,
    Rikard

    #804917

    It is the <footer id=”socket”>.
    And that is the part I want to have as an overlay .

    Best regards
    Nadja

    #805073

    Hi,

    Ok, thanks for the feedback, then I’m not really sure what you are looking to do. Why would you want it to cover your content? If you have a screenshot highlighting your intentions it might help us understand better.

    Best regards,
    Rikard

    #805084

    On the picture you can see, how it should look like.
    Best Regards
    Nadja

    #805860

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    Best regards,
    Rikard

    #805891

    But with position:fixed the socket is always on the bottom of the site. But I don’t want to fix it.
    The socket should be at the end of the site.
    Nadja

    #807303

    Hi Nadja,

    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 or in in your child theme style.css

    
    #wrap_all {
    	position:relative;
    }
    footer#socket {
    	position: absolute;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #807312

    Thank you.
    Now it works fine.
    Nadja

    #807485

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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