Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter mahdigh

    (@mahdigh)

    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….

    Thread Starter mahdigh

    (@mahdigh)

    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. ?? ?? ??

    Thread Starter mahdigh

    (@mahdigh)

    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

    Thread Starter mahdigh

    (@mahdigh)

    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!

    Thread Starter mahdigh

    (@mahdigh)

    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.

    Thread Starter mahdigh

    (@mahdigh)

    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;

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Problem with homepage’ is closed to new replies.