Hello,
to give more place for articles, is it possible to remove the column with the “reading mode” option…?
Thank you.
Regard.
2 Answers
You can use the following code to remove the Reading mode section:
.post .entry-sidebar {
display: none;
}
.post .entry-sidebar+.entry-body {
padding-left: 0px;
}
OK, thank you very much for this great tip.
Regard.
Please login or Register to submit your answer