By Renee Levant on Monday, 07 April 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 657
Votes 0
I would like to get rid of the white space under between Bio head and first entry in each non front page menu link

such as here

http://www.dansandell.com/for-parents.html


http://www.dansandell.com/oui-defense.html


Screen shot attached
Hello Renee,

Can you try put this code inside your currently using template and see how it goes?

#eblog-wrapper .clearfix:after {
display: inline !important;
}


If you don't know or having problems, can you provide us backend and ftp access, so that we can configure this for you. This can help solving your problem quicker.

Please be advise.
Thanks.
·
Monday, 07 April 2014 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Not sure where to put it template.css.css ?

I left my sign in info

Thanks!
·
Monday, 07 April 2014 14:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Renee,

I have configure it for you.

#ezblog-head .in{
overflow:hidden;
}

Please have a look.
Thanks
·
Monday, 07 April 2014 16:20
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Monday, 07 April 2014 20:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Renee,

I am sorry for the late reply.

I have made some adjustment on the code given before.

#ezblog-head .in,
#ezblog-body .in,
#ezblog-posts .blog-header {
overflow: hidden !important;
}


Please have a look and do update us if this problems are still persist.
Hope this will work.
Thanks.
·
Tuesday, 08 April 2014 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post