Viewing 9 replies - 1 through 9 (of 9 total)
  • Denzel Chia

    (@denzel_chia)

    Hi,

    Use the following in your Theme Options -> Custom CSS

    .comment-respond {
        position: relative;
        top: -60px;
    }

    I don’t see your Older/Newer Posts links, are you referring to next article link?

    Thank you.

    Thread Starter wittyr5bg

    (@wittyr5bg)

    Thanks a lot Denzel.. That worked.. And yes, I meant next article link.. Sorry for the confusion..

    Thread Starter wittyr5bg

    (@wittyr5bg)

    Hey Denzel,

    Can you also look at my homepage? There are 2 posts.. Both are not aligned.. That looks weird.. Is there any way we can fix it..

    Thanks again…

    Denzel Chia

    (@denzel_chia)

    Hi

    Use the following to hide your next article link.

    .single .single-page-navigation {
        display: none !important;
    }
    Denzel Chia

    (@denzel_chia)

    Hi,

    For your homepage.

    Add minimum height for your entry title so that it pushes down the image to the “same level”.

    .home .entry-title {
        min-height: 130px !important;
    }
    Thread Starter wittyr5bg

    (@wittyr5bg)

    Wow.. Thanks Denzel.. That helped.. You are the only one helping me here.. πŸ™‚

    Denzel Chia

    (@denzel_chia)

    You are welcome! πŸ™‚ But I am still an ordinary member. πŸ™‚

    Thread Starter wittyr5bg

    (@wittyr5bg)

    Ordinary member?? I don’t agree.. πŸ™‚

    Denzel Chia

    (@denzel_chia)

    πŸ™‚ Thank you for your compliments.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘White space issue’ is closed to new replies.