Hallo,
also bei mir tut sich da nix, egal was ich mache.
Nehme ich Deinen Code… nix!
Nehme ich mal den Code den ich mir rauskopiert und als sidebar.less gespeichert und in mein template in den less ordner geschoben habe… nix!
Ich kompiliere das Theme und lösche den Cache, es tut sich nix.
Meine sidebar.less welche ich dachte das es funktioniert, oder bin ich im verkehrten Absatz wo ich was verändert habe?
@media screen and (min-width: @tabletViewportWidth) {
.offcanvas--overlay {
display: block;
}
.sidebar-main {
.unitize-width(230);
.unitize-margin(0, 0);
.unitize(padding-top, 30);
display: block;
float: left;
.is--ctl-listing &,
.is--ctl-forms &,
.is--ctl-tellafriend &,
.is--ctl-newsletter &,
.is--ctl-sitemap &,
.is--ctl-custom &,
.is--ctl-note.is--user &,
.is--ctl-account.is--user & {
display: block;
& + .content--wrapper {
.unitize(margin-left, 260);
}
}
.is--ctl-blog &,
.is--ctl-note &,
.is--ctl-index &,
.is--ctl-detail &,
.is--ctl-search &,
.is--ctl-checkout &,
.is--ctl-register &,
.is--ctl-campaign &,
.is--ctl-account.is--act-logout &,
.is--ctl-account.is--act-password &,
.is--ctl-account.is--act-resetPassword &,
.is--ctl-listing.is--no-sidebar & {
display: block;
& + .content--wrapper {
margin: 0;
}
}
.is--ctl-note &,
.is--ctl-account & {
.categories--headline,
.categories--navigation,
.shop-sites--container {
display: block;
}
}
.mobile--switches,
.filter--container,
.navigation--smartphone {
display: none;
}
.sidebar--categories-wrapper {
display: block;
}
}
.navigation--headline {
.unitize-margin(20, 10, 10, 10);
}
.campaign--box {
.unitize-margin(0, 0, 20, 0);
display: block;
}
.categories--headline {
display: none;
}
Wäre schön wenn mir jemand helfen könnte, Danke im voraus…
Tommy