pierre
asked 6 years ago

Hello,
 
to give more place for articles, is it possible to remove the column with the “reading mode” option…?
 
Thank you.
 
Regard.

2 Answers
DominicStaff
answered 6 years ago

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;
}
pierre
answered 6 years ago

OK, thank you very much for this great tip.
 
Regard.

Powered by DW Question & Answer Pro