Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to solve “double” space issue with this theme?


  • u_Oi
    Participant

    @arutam

    HI,

    There is a “double” space in Notice and “By Author” info. I changed my wordpress theme to one of default wordpress theme and the error is fixed. I seems a CSS error.

    imagebam.com

    I using a theme called “Hitchcock”.

    How can I fixed?

    Thanks

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

  • Robin W
    Moderator

    @robin-w

    I’d need a link to a live example to help


    u_Oi
    Participant

    @arutam

    Hi robin,

    I changed it to live-mode (because is under construction yet).

    https://goo.gl/G4tuLA


    Robin W
    Moderator

    @robin-w

    ok, nothing obvious.

    apart from bbpress, what other bbpress related plugins are you using ?


    u_Oi
    Participant

    @arutam

    When I change to any default wordpress theme the issue seems fixed. I thought It is something related with the theme

    Minimal Coming Soon & Maintenance Mode

    Inline Image Upload for BBPress

    WP User Avatar


    Yoast SEO


    Robin W
    Moderator

    @robin-w

    not sure if it’s theme or plugin – maybe be a combination

    anyway if you are happy not to have the avatar showing in that line, then this fixes

    #bbpress-forums div.bbp-template-notice img.avatar {
    	float: left;
    }

    add it to your custom css.


    u_Oi
    Participant

    @arutam

    Thank You. Well, I saw the issue since the first time I installed bbpress and there wasn’t any extra plugin.

    Notice Bar is fixed now, but Avatar and Username still floating…

    If it helps… I can deactivate all plugins right now!?


    Robin W
    Moderator

    @robin-w

    Again easiest solution is to not to show the avatar

    #bbpress-forums p.bbp-topic-meta img.avatar {

    display : None ;
    }

    The issue isn’t actually with this css, but changing it is the quickest solution !


    u_Oi
    Participant

    @arutam

    Yep, it is fixed now but avatars are cool…

    I appreciate your help.

    I will wait to see author answer in theme forum support.


    Robin W
    Moderator

    @robin-w

    sorry, but only so much I can fix for free 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar