Es ist aber installiert. Kann man es da auch ändern?
Beiträge von Nico25
-
-
Danke für die schnellen Updates Tom bei mir hängt jetzt nur noch das Plugin Article System Hero Boxes, was nicht mit 5.3 funktioniert.
-
-
Er hat doch nach 10 Monaten nur gefragt ob der Umbau kommt.
-
Das Logo habe ich bei mir so verschoben. Du musst etwas rumspielen.
#pageHeaderLogo {
position: absolute;
top: 6px;
margin-left: 20px;
z-index: 999;
}
.mainMenu .boxMenu {
margin-left: 200px;
}
img.pageHeaderLogoLarge {
width: 160px !important;
height: 40px !important;
}
-
Hast du denn beim Userpanel auch background-color: rgba(0, 0, 0, 0) !important; eingetragen?
-
Also das Menü weiter nach rechts zu verschieben geht zb. so.
.mainMenu {
padding-left: 200px;
}
-
.userPanel {
margin-top: 76px;
background-color: rgba(0, 0, 0, 0) !important;
}
-
Und das Dropdown noch anpassen.
.interactiveDropdown {
position: absolute;
top: 155px !important;
}
-
Hallo,
ich hatte das damals so gelöst, mit dem Userpanel. Gibt aber bestimmt eine bessere Lösung. Ich musste die Suche noch verschieben dafür.
@include screen-lg {
.userPanel {
margin-top: 75px;
}
.customSearch a {margin-right: 320px;
}
}