By T.W. van Urk on Monday, 22 October 2018
Posted in General Issues
Replies 1
Likes 0
Views 410
Votes 0
Hi there,

At my frontpage showing the list of articles, the space between toolbar and article is ok! (bitmap 1)

However, after selecting an article, this space is much bigger. (bitmap 2) I cannot figure out how to reduce this distance.
Maybe some css fixing !??

Kind regards, T.W. van Urk
Hi there,

Applied css codes below and it should not shown now. Please give it a check and see how it goes.

[gist type="css"]
/* Remove additional space on entry view */
#eb .es-post-state {
margin-bottom: 0px !important;
}

#eb .eb-entry-tools {
margin: 0 !important;
}
[/gist]
·
Monday, 22 October 2018 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post