Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1134965

    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.

    enfold issue

    thx for your help

    • This topic was modified 5 years, 1 month ago by hoibi1984.
    #1135058

    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

    #1135931

    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

    • This reply was modified 5 years, 1 month ago by hoibi1984.
    #1136088

    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

    #1136101

    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

    #1136299

    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

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