Hallo,
ich habe den folgenden Code in der quick css eingefügt ( aktuelle Version mit enfold child)
#wrap_all {
border-right: 1px solid red;
border-left: 1px solid red;
}
komischerweise wird die Linie auf der rechten Seite ab dem Logobereich nach oben nicht angezeigt.
Ändere ich in der Gestaltung im Bereich “Logo an Main Menu” von Top Header auf Sidebar left ist alles ok.
Hey Dirk!
Please add following code to Quick CSS as well
.html_header_top.html_header_sticky #header {
width: 89.84%!important;
}
Best regards,
Yigit
.html_header_top.html_header_sticky #header {
width: 89.84%!important;
}
#wrap_all {
border-right: 1px solid red;
border-left: 1px solid red;
}
…does not look good. logo area pushes to the right
Hi!
Can you please post a screenshot and show the issue you are seeing? This is how it looks on my end – http://i.imgur.com/IxbrqzX.png
Regards,
Yigit
Hi!
It does look fine on my end on Firefox and Safari – http://imgur.com/a/8qgv3
I asked my teammates to check your website on Windows. Please kindly wait to hear from them.
Regards,
Yigit
Hi!
I switched it to this.
#header { transform: translate(-1px); }
#wrap_all, #header {
border-right: 1px solid red;
border-left: 1px solid red;
}
Is what what you were wanting?
Regards,
Elliott
yes! that´s fine. thank you very much