By Ed Seaman on Saturday, 01 February 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 556
Votes 0
Take a look at the attached. It seems that the Featured Blog pane should be another 50 or 100 pixels higher. Some "stuff" isn't showing completely.

Please advise.

EdS
This is the fix. Works as expected. Thanks much, Nick.

EdS
·
Friday, 14 February 2014 01:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ed,

The current implementation of the featured slider isn't a great one (I admit there are flaws to that) and we're going to revamp this slider in EasyBlog 4.0. At the moment, what you can do to fix this is to try adding the block of css codes below into your template's css file,


#ezblog-body ul.featured-entries .featured-content
{
max-height: 110px !important;
}

#ezblog-body .slider-holder
{
height: 300px !important;
}
·
Saturday, 01 February 2014 20:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark,

I have the same issue and now I can fix it.
·
Sunday, 02 February 2014 00:23
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 02 February 2014 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey guys,

This doesn't fix it for me. This fix increases the height of the featured pane that contains content, but it doesn't touch the height of the bottom grey strip of the featured pane. The css needed is for the height of that bottom grey strip that contains the "view more featured entries" navigation.

EdS
·
Thursday, 13 February 2014 06:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ed,

Please add this css code to your template css file:


#eblog-wrapper .featured-a {
height: 39px !important;

#ezblog-body ul.featured-entries .featured-content {
max-height: 84px !important;


Hope this helps.
·
Thursday, 13 February 2014 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Ed, glad that your issues are resolved now
·
Friday, 14 February 2014 02:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post