hey there,
i have a really strange issue with my socket area on a site woth horizontal logo area. the socket should start after the sidebar.
thx for your help
Hey hoibi1984,
Add this to quick css:
#socket.container_wrap.socket_color{
z-index:99999!important;
}
.copyright{
margin-left:-80px!important;
}
Best regards,
Jordan Shannon
hey jordan,
thx for your help! But that doesn´t exactly what i need. I dont want to have a full width socket. the socket should start after the sidebar.
It works perfekt on this site https://gasthof-heinzinger.de/ by default
Hi hoibi1984,
You can remove the code given by Jordan and add this code:
.html_header_sidebar #top #socket .container {
padding-left: 280px;
}
If you need further assistance please let us know.
Best regards,
Victoria
hmm, i dont think thats a nice solution.
did you change anything with the last updates?
https://gasthof-heinzinger.de/ This is a site i built years ago with enfold. The copyright info and footer content are align left, but starts after the sidebar.
What did I do wrong on the current site?
Thx
Hi,
Perhaps there was a styling change in the last update that may require some css updates. Have you recently installed any plugins that could be causing a style conflict?
Best regards,
Jordan Shannon