Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #221262

    Hallo,
    leider stimmt die Gesamtbreite von 1030px nicht mehr, wenn ein Boxed Style verwendet wird.
    Durch margin: 0px 50px; verbreitert sich der containder um 100px. Die Breite steigt damit auf 1130px.

    Scheint wohl ein Bug zu sein. Wie kann ich die Gesamtbreite auf die eingestellten 1030px begrenzen?

    danke

    #221548

    Hi gmmediadienste!

    You can add this on Quick CSS or custom.css to reduce the width of the Boxed Layout:

    @media only screen and (min-width: 1140px) {
    .responsive .boxed#top {
    width: 1030px;
    }
    
    .responsive .container {
    width: 930px;
    }
    }

    Cheers!
    Ismael

    #221551

    thank you, but that makes the sidebar extremely small. only 119px :(

    #221552

    Hey!

    You need to decrease the width of the “.responsive .container .nine.units” on css > grid.css. Look for instances of this selector then decrease the width to increase the width of the sidebar.

    Best regards,
    Ismael

    #221768

    thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Responsive Layout mit Boxed Style’ is closed to new replies.