Snippets / CSS
CSS
Align Timeline Post Avatar on Top of Content
D
Donald McGuinn
·
183 views
·
Updated 2 years ago
If you want to get rid of some of the deadspace on the left side under the avatar on a timeline post/review, use this snippet.
.ts-single-status {
flex-direction: column;
}
CSS · 3 lines
Discussion 1
Ask a question or share how you used this.
Log in
to join the discussion.
Wanjaus
2 years ago
This is a great snippet. It solves quite a headache for me. However, the avatar coming to the top while dropping the post title and details creates some detachment to the reader and still leaves more dead space next to the Avatar. Is it possible to have a code that will keep the Post Title (Torrence Mays) & details (Reviewed Don...) on the same level with the Avatar and have only the posted information aligning as intended by this code?