Ich brauche also eine Maximal-Breite, damit Posting und Postprofil wieder nebeneinander, statt untereinander erscheinen. Kann mir jemand sagen, wo genau ich in der content.css das einstellen kann?
Das wäre super nett.

[ externes Bild ]
Code: Alles auswählen
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
min-width: 200px;
max-width: 200px;
color: #666666;
border-left: 7px solid #FFFFFF;
width: 22%;
float: right;
display: inline;
}
Code: Alles auswählen
.postprofile {
/* Also see tweaks.css */
margin: 5px 0 10px 0;
min-height: 80px;
color: #666666;
border-left: 7px solid #FFFFFF;
width: 22%;
float: right;
display: inline;
}