cowe Posted July 11, 2015 Share Posted July 11, 2015 Hallo zusammen Gerne möchte ich die Navigation vom Shop: https://www.matratzen-universum.ch/ für die Darstellung auf den Desktop zentrieren. Kann mir einer schreiben, wo ich dies im CSS machen kann? Danke Beste Grüsse Silvester Link to comment Share on other sites More sharing options...
Shad86 Posted July 14, 2015 Share Posted July 14, 2015 Was genau meinst du? Bei mir ist die Navigation zentirert. Link to comment Share on other sites More sharing options...
cowe Posted July 14, 2015 Author Share Posted July 14, 2015 Ja, weil es sich erledigt hat. Link to comment Share on other sites More sharing options...
ZoXx Posted July 17, 2015 Share Posted July 17, 2015 Hilft anderen, wenn du deinen Lösungsansatz noch postest! Stehe vor dem gleichen Problem Link to comment Share on other sites More sharing options...
cowe Posted July 17, 2015 Author Share Posted July 17, 2015 1. du kannst folgendes machen um das Menü zentriert erscheinen zu lassen. Kommen aber neue Menüpunkte hinzu muss dieser wert erneut angepasst werden. dazu in der Datei..../themes/xxx/css/global.cssSuche nach.... .desktop #menu-custom > li:first-child {;} Ersetze mit... .desktop #menu-custom > li:first-child {margin-left: 42px;} Link to comment Share on other sites More sharing options...
kulli Posted July 17, 2015 Share Posted July 17, 2015 das ist doch keine Zentrierung, lediglich links ein Rand von 42px dann sieht das bei kleineren Bildschirmen (Tablets) sicher verschoben aus..... 1 Link to comment Share on other sites More sharing options...
ZoXx Posted July 17, 2015 Share Posted July 17, 2015 Genau das gleiche habe ich auch schon gesagt. In der kleinen Ansicht vor der mobilen ist das ganze dann verschoben... Link to comment Share on other sites More sharing options...
cowe Posted July 17, 2015 Author Share Posted July 17, 2015 Sieht die Navigation des Shops: https://www.matratzen-universum.ch/de/ auf dem Tablet verschoben aus? Denke nicht. Ausserdem habe ich ja Dir ZoXx zusätzlich das hier geschrieben: @media(min-width:768px){.desktop #menu-custom > li:first-child {;[spam-filter]@media(min-width:1025px){.desktop #menu-custom > li:first-child {margin-left: 42px;[spam-filter] Link to comment Share on other sites More sharing options...
ZoXx Posted July 17, 2015 Share Posted July 17, 2015 Das ist richtig! Habe es allerdings noch nicht probiert. Grüße Link to comment Share on other sites More sharing options...
cowe Posted July 17, 2015 Author Share Posted July 17, 2015 Dann sollte man es zuerst ausprobieren, bevor man das hier schreibt: Genau das gleiche habe ich auch schon gesagt. In der kleinen Ansicht vor der mobilen ist das ganze dann verschoben... Link to comment Share on other sites More sharing options...
kulli Posted July 17, 2015 Share Posted July 17, 2015 (edited) Sieht die Navigation des Shops: https://www.matratzen-universum.ch/de/ auf dem Tablet verschoben aus? Denke nicht. wenn Du mein Bild aus meinem Post (#6) angeschaut hättest, hättest Du gesehen dass es bei bestimmten Schirm-Größen einen verschobenen Umbruch gibt..... Als gelöst würde ich das nicht ansehen - vielleicht als Notlösung Edited July 17, 2015 by kulli (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now