Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #939931

    Liebes Kriesi-Team,
    bei uns ist ist der Socket-Bereich auf der Webseite nach links verrutscht.(Adresse s.u.)
    Können Sie uns sagen, wie wir den wieder richtig platziert bekommen?
    Schon mal lieben Dank im Voraus.
    Liebe Grüße Sonja

    #940329

    Hey swelzel,

    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

    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
      #socket {
        padding-left: 200px;
      }
    }
    @media only screen and (min-width: 990px) {
     #socket {
        padding-left: 300px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #940532

    Herzlichen Dank Victoria.
    Passt.
    Liebe Grüße Sonja

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Socket’ is closed to new replies.