- Affected Version
- WoltLab Suite 5.2
Hallo zusammen,
ich habe da ein kleines Problem mit einer Box. Und zwar hat die Box eine feste Breite, soll aber auf der Mobile Ansicht nicht über die stränge ziehen, das macht es natürlich wenn eine Fixe Breite vorhanden ist.
Hier mal der CSS Code:
CSS
[data-box-identifier="com.woltlab.wcf.genericBox58"] {
background: #F5F5F5;
min-height: calc(5vh - 15px);
width: 1270px;
position: relative;
padding: 15px;
color:#222222 !important;
margin-left: auto;
margin-right: auto;
margin-top:0px !important;
margin-bottom:0px !important;
border-bottom: 10px solid #245269;
}
Display More
Screen:
Hätte dort jemand einen Tipp für mich?
Vielen Dank.