hi, it's very kind by you, thanks. Now is much better both in normal and reading mode.
Ok for now, if there is no way to get the "reading mode" tools in a row (top) as in the original style...
Thanks again 🙂
PS: I'm using this complete code (is it correct?):
/* Tools column enlarge and Reading mode */
@media (min-width: 992px) {
.article-full.has-article-tools {
padding-left: 230px !important;
}
.article-full .article-tools {
width: 220px !important;
}
.article-tools .typo-tools strong {
font-size: 10px;
}
}
.reading-mode .article-tools .toggle-reading {
position: relative;
right: 0;
top: 20px;
}
.reading-mode .article-full.has-article-tools {
padding-left: 0;
}
.reading-mode .article-tools > div {
display: block;
float: none;
height: auto;
width: 100%;
margin-bottom: 20px;
}
.reading-mode .article-tools .typo-tools ul > li {
float: none;
width: 100%;
margin-left: 0;
margin-bottom: 5px;
}
.reading-mode .article-tools .typo-tools strong {
width: 118px;
text-align: center;
}
.article-tools .typo-tools strong {
white-space: normal;
}
/* End column enlarge and Reading mode */