hohleweg Active member Aug 8, 2021 #1 Hi I have this: and i want this (photomontage) what can i do? Thanks
BassMan Well-known member Aug 8, 2021 #2 Hi, add this to your extra.less template: Less: .message-cell .pairs.pairs--justified > dd { max-width: 80%; } Adjust the value to suit your needs. Upvote 0 Downvote
Hi, add this to your extra.less template: Less: .message-cell .pairs.pairs--justified > dd { max-width: 80%; } Adjust the value to suit your needs.
hohleweg Active member Aug 8, 2021 #3 Hi already quite good it would be even better if it looks like this (photomontage) Last edited: Aug 8, 2021 Upvote 0 Downvote
BassMan Well-known member Aug 8, 2021 #4 Hi, Yes, actually, you need to set this one: Less: .message-cell .pairs.pairs--justified > dd { float: none; } But in that case, your date will split too. Maybe increase the postbit width a bit in the style properties. Upvote 0 Downvote
Hi, Yes, actually, you need to set this one: Less: .message-cell .pairs.pairs--justified > dd { float: none; } But in that case, your date will split too. Maybe increase the postbit width a bit in the style properties.