Hi R5Chris,
thank you for this input. I’m glad you like AlbinoMouse.
I’ve got two counter-arguments to your suggestion:
– The icons, which symbolise the post format are not in a vertical line anymore
– If there is only one column on desktop screens, the readability will suffer even more.
I don’t believe I’m gonna change this for everyone.
However, you can add your own styles. There are a few for the beginning:
#content {
text-align: center;
float: none;
}
#content img {
float: none;
}
#content p {
max-width: 100%;
}
#content input,
#content textarea {
margin-left: auto;
margin-right: auto;
max-width: 700px;
}
.social-buttons > div {
float: none;
display: inline-block;
}
Thread Starter
Chris
(@r5chris)
Ha! You were completely right about it killing readability on the desktop. I played around a bit with it and quickly went back to your default stylings. 🙂