By Awat-Johannes Abraha on Tuesday, 17 January 2017
Posted in General
Likes 0
Views 90
Votes 0
Hit can i delete the space between Title and Toolbar in easydiscuss.
Try this and see how it goes?


#ed .t-lg-mb--lg {
margin-bottom: 0px !important;
}
#ed .ed-head__title {
font-weight: bold !important;
font-family: Lora !important;
font-size: 20px !important;
}
·
Wednesday, 18 January 2017 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try with this css code,

[gist]
body .ed-post-item .ed-post-item__hd {
padding: 0 10px;
}
[/gist]
·
Wednesday, 18 January 2017 01:10
·
0 Likes
·
0 Votes
·
0 Comments
·
i did but it doesn't work
·
Wednesday, 18 January 2017 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Try it with an !important attribute,

[gist]
body .ed-post-item .ed-post-item__hd {
padding: 0 10px !important;
}
[/gist]
·
Wednesday, 18 January 2017 01:35
·
0 Likes
·
0 Votes
·
0 Comments
·
doesn't work either. how can i make the title also bold ? the template use uikit 3 just for info.
Or as same as easyblog title style
·
Wednesday, 18 January 2017 01:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex you hit it
·
Wednesday, 18 January 2017 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 18 January 2017 17:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post