teitbite
ok!
Another little help, please. I created custom.css in /css folder of template... however still the left column with "Tools" is tight and doesn't resize with the whole content of pagination title (see attachment), besides there is too space on the right of it...
EDIT: better graphic results got putting also a "readmore" after the first lines of the article...
EDIT 2: this specific problem could be solved with this code in css/custom.css:
.article-index {
float: none;
width: 100%;
}
@media (min-width: 992px) {
.article-full.has-article-tools {
padding-left: 280px;
}
.article-full .article-tools {
left: 0;
margin-bottom: 0;
padding: 0;
position: absolute;
top: 0;
width: 260px;
}
}
But this has collater effect when "Reading mode" is on. I need any hints, please...