Any Idea how to solve this problem.
Just change the value of
body { line-height: 1; } to (in line 26 in css file and save it)
body { line-height: 0; }
if you any problem further ask….
Thanks for answer but i did that myself before it solve the problem but make another problem. first it seems there’s some text below each thumbnail and if you put the mouse on post you see the title is messed up. i changed that value please take a look at it. BTW it seems there’s some black space in right corner of the site. thanks.
In line 62 remove line height
h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #fff; line-height: 0em; font-weight: normal; letter-spacing: -1px; }
fresh code
h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #fff; font-weight: normal; letter-spacing: -1px; }
this will solve your title messed up problem. π π π
replaced the code you wrote but it didn’t work.
sorry mistake !! simply change the value: line-height: 0em; to line-height: 1; in the line
OK that worked. thank you very much and for last question is there any fix for those white lines below each thumbnails in homepage ?? they weren’t like that before.
thank you very much for your help.
yes, simply remove this css code in file style.css in line:239
.entry-image {
color: rgba(204, 59, 59, 1);
}
this will remove white lines from thumbnail in homepage… π π
if you have any other problems ask me!
I searched carefully but couldn’t find that code.
find this line in style.css
.entry-image { float: left; width: 25%; position: relative; color: #fff; }
and remove color: #fff;
find carefully or try search ( Ctrl+f ) in your editor or whatever.
Thanks for your answer and patience with me. Removed it and now white line became dark.
do you want to remove dark line??
if yes do not remove, change value of color: #fff; to color: transparent;