• Resolved d209

    (@d209)


    Hi,
    The first post on my page (most recent post) always has a huge blank gap between the post itself and the “comment” link.

    http://www.daraz.com is the link.
    The problem only affects the most recent post and as soon as a more recent post is put up, the other would turn normal.
    Not sure if i explained it well enough, but if you go to the website, you’ll see it more clearly.

    Thanks

    PS: forgot to mention, this only happens in Firefox and Opera. Works fine in IE.

Viewing 7 replies - 1 through 7 (of 7 total)
  • I’m not seeing this, and I’m using Firefox. It looks like you’ve got it on the default theme.

    It was probably an issue with the theme you had up at the time (if you in fact have changed it since).

    Thread Starter d209

    (@d209)

    ladydela: yes, I’m sure it is the theme I had (i made the theme and it’s my first, so very scratchy).

    You stated another problem I’m having.. every now and then the theme just changes back to the default.. would anyone happen to know why it’s doing this?

    It reverts back to the default theme, usually because something isn’t coded right in the theme that’s chosen. Example: themes that people tweak and “adjust” for themselves or whatever.

    Can you send me a copy of your theme, and I’ll look at it myself? I’ve worked on many themes before, I could look at it and fix it, and send it back to you? It’s up to you though. =)

    spencerp1[at]gmail[dot]com

    Thread Starter d209

    (@d209)

    spence: Email sent.
    Looking forward to the reply.

    Found that removing this: clear: both;
    from the class .feedback was culprit.

    Make this:

    .feedback {
    color: #00aeef;
    clear: both;
    text-align: right;
    font-size: 9px;
    }

    Like this instead:

    .feedback {
    color: #00aeef;
    text-align: right;
    font-size: 9px;
    }

    Thread Starter d209

    (@d209)

    thanks spence. issue fixed.

    You’re welcome, if you have anymore issues let me know. =)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Huge space on first post’ is closed to new replies.