By Aylin on Thursday, 27 April 2017
Posted in Technical Issues
Likes 0
Views 206
Votes 0
hi, i want to reduce spaces from: EasyBlog - Latest Blogs Module
i pot picture to see what i want to fix.
you can provide me some css codes to fix it?
Hi Aylin,

Can you try the css code below and see how it goes?

#eb .mod-item {
margin-top: 0px !important;
padding-top: 0px !important;
}
#eb .eb-mod-foot.mod-muted.mod-small {
padding-top: 0px !important;
}
·
Thursday, 27 April 2017 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
work thx
problem is with another css (font size not work)


div#fd.eb.eb-mod.mod_easybloglatestblogs .eb-mod-title {
font-size: 20px !important;
}


any fix for it?
·
Friday, 28 April 2017 04:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Aylin,

You can try with this css code instead and see how it goes.

#eb.eb-mod.mod_easybloglatestblogs .eb-mod-title {
font-size: 20px !important;
}
·
Friday, 28 April 2017 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
work thx
·
Friday, 28 April 2017 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Aylin. Glad to hear that your issue has been resolved now.
·
Friday, 28 April 2017 18:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post