-
AuthorPosts
-
June 2, 2017 at 9:08 am #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
June 3, 2017 at 5:26 am #803244Hey nadjak77,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardJune 6, 2017 at 6:47 pm #804643You find the link in the private content
NAdjaJune 7, 2017 at 8:30 am #804909Hi,
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,
RikardJune 7, 2017 at 8:34 am #804917It is the <footer id=”socket”>.
And that is the part I want to have as an overlay .Best regards
NadjaJune 7, 2017 at 1:30 pm #805073Hi,
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,
RikardJune 7, 2017 at 2:07 pm #805084On the picture you can see, how it should look like.
Best Regards
NadjaJune 9, 2017 at 6:25 am #805860Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#socket { position: fixed; bottom: 0; width: 100%; }
Best regards,
RikardJune 9, 2017 at 8:11 am #805891But 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.
NadjaJune 13, 2017 at 9:48 am #807303Hi 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,
VictoriaJune 13, 2017 at 10:09 am #807312Thank you.
Now it works fine.
NadjaJune 13, 2017 at 2:43 pm #807485 -
AuthorPosts
- You must be logged in to reply to this topic.