Wie kann ich den “leeren” Abstand links und rechts in der Sidebar verringern?
.inner_sidebar {
margin-left: 0px !important;
}
Funktioniert nicht? Wo habe ich den Denkfehler.
Danke für die Hilfe!
Hey Austrianweb,
Try to change it to this code:
#top .inner_sidebar {
margin-left: 0 !important;
}
If it doesn’t work, please post a link showing the page mentioned.
Best regards,
Nikko
hallo, danke – aber leider funktioniert das nur wenn die sidebar rechts ist.
siehe bitte link.
Hi,
Try using this css code also:
.responsive .container {
padding: 0 30px;
}
.container .av-content-small.units {
padding-left: 0 !important;
padding-right: 0 !important;
}
Hope this helps.
Best regards,
Nikko