Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #744807

    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!

    #745647

    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

    #746360

    hallo, danke – aber leider funktioniert das nur wenn die sidebar rechts ist.

    siehe bitte link.

    #748321

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.