Hier der Code :
CSS
// Profil About nebeneinander Anfang \\
@include screen-lg {
#profileContent .tabMenuContent > .section {
margin-top: 10px !important;
padding: 20px;
border-bottom: 1px solid #262626;
background-color: #212121;
}}
@include screen-lg {
[data-name="about"] {
display: flex;
flex-wrap: wrap;
}
[data-name="about"] .section {
width: 50%;
flex: 0 0 48%;
max-width: 48%;
border: 1px solid $wcfContentBorderInner;
background-color:$wcfSidebarBackground;
margin-right: 10px;
}
[data-name="about"] .section .sectionTitle{
padding:10px;
}
[data-name="about"] .section:nth-child(1), [data-name="about"] .section:nth-child(2){
margin-top: 40px!important;
margin-right: 10px;
}
#profileContent #about dl:not(.plain) > dt {
width: 10%;
min-width: 160px;
text-align: left!important;
padding-left: 10px!important;
}
}
// Profil About nebeneinander Ende \\
/*-----------------------------------------------------------*/
Alles anzeigen
Farben müsst Ihr auf Euer Forum anpassen .
Bitte melden Sie sich an, um diesen Anhang zu sehen.