Skip to:
Content
Pages
Categories
Search
Top
Bottom

Replies shifted and cut off

  • @zxtonizx

    Participant

    The content area for replies is shifted to the right on my forum, such that there is an odd white space to left. Also, this results in the right-most content being cut.

    Can anyone help troubleshoot?

    site: http://gcioba69-75.com/forums/topic/hello/
    WP version: 3.7.1
    bbPress version: 2.5.4

Viewing 10 replies - 1 through 10 (of 10 total)
  • @netweb

    Keymaster

    Firstly, you should update WordPress to v3.9.1, if you have some reason you must remain using the 3.7.x version upgrade to 3.7.3.

    That said line #1198 of your style.css has the following:

    
    .hentry {
    border-bottom: 2px solid #f7f7f8;
    margin-left: 120px;
    padding-bottom: 15px;
    position: relative;
    }

    You will need to override that for your bbPress forums with a custom entry in a child themes CSS.

    eg.

    
    #bbpress-forums .hentry {
    margin-left: 0px;
    }
    

    @zxtonizx

    Participant

    I have a slight fear of updates but I need to just back up my files and get over it. Thanks for the code, worked a treat.

    @netweb

    Keymaster

    You’ll have all sorts of shiny new and cool things when you do 🙂

    Check your web hosts support and FAQ section, they should have some pretty good docs on how to backup your WordPress site and your database. They might even have those fully automated and implemented for you so you only need to confirm the backup is there, it is current, and it has all your content that you expect to be.

    @paperprofit

    Participant

    I have the exact same issue. However, I am beginner, and I do not understand where to locate or modify the style.css. Is this a theme or a bbpress thing?

    I seem to be missing a menu item appearance>>css editor, I suspect that this is a theme-specific issue. I am using the Tesseract theme.

    What could I do?

    @robin-w

    Moderator

    url plaese

    @paperprofit

    Participant

    Here is the website.
    http://www.putcallgenie.com
    Here is one example reply post that is indented and chopped on the right side.

    Reply To: Welcome, our goal

    Thanks in advance Robin.

    @robin-w

    Moderator

    ok, I think your theme is doing this

    this should fix

    .reply {
      margin-left: 0 !important;
    }

    If your theme has a custom css area, then out this in there

    @paperprofit

    Participant

    That worked. Tesseract does have an area for “customizing additional CSS” and that is where I put the code you entered.

    Incidentally, is there a good plugin to customize my bbPress look and feel?

    Thank you very much.

    @robin-w

    Moderator

    great – glad that worked.

    yes use my style pack plugin

    bbp style pack

    @paperprofit

    Participant

    Thank you very much Robin! I will try it out.

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