By Peter Spiegelenburg on Tuesday, 05 September 2017
Posted in General Issues
Replies 3
Likes 0
Views 516
Votes 0
Hi,

I have noticed a small issue, but can not find a solution for this:
In the "Latest Blogs Module", there is a thin border between the messages.
In the "Most Popular Post Module" this line is missing (See attachement).
I would like to add this line. Is this possible? Can you help me?

Regards, Peter
Hey Peter,

Can you try adding the block of css codes below into your template's css file?

[gist]
body #eb.mod_easyblogmostpopularpost .mod-grid-1 + .mod-grid-1 .mod-item {
border-top: 1px solid #d7d7d7;
padding-top: 15px;
}
[/gist]
·
Tuesday, 05 September 2017 22:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

thanks for your reply. It is working! Thanks.

Regards, Peter
·
Tuesday, 05 September 2017 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Peter
·
Tuesday, 05 September 2017 22:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post