Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #333424

    Andrew
    Participant

    For some reason the CSS looks messed up on my bbPress forums pages. The menu bars look like they’re missing the side borders, as well as one or two menu items.

    #333428

    Andrew
    Participant
    This reply has been marked as private.
    #333579

    Friech
    Moderator

    Hi There,

    Thanks for writing in! I’m not seeing the issue on my end, I think we need to login before we can see the issue. Would you mind providing us login credentials in private reply? We’ll be happy to provide you with a response once we have a better understanding of the situation.

    Cheers!

    #333974

    Andrew
    Participant

    That’s not the section I mean. I mean the replies. The header section is fine.

    #334038

    Christopher
    Moderator

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #337675

    Andrew
    Participant

    http://i.imgur.com/FfKO1WA.jpg

    Here is a screenshot of the section I mean. It looks like the borders on the left and right ends are missing and there is a random blank box inside it.

    See what I mean?

    Are the ends supposed to be missing borders?

    #337784

    Paul R
    Moderator

    Hi Andrew,

    We are seeing things differently.

    We need to login to be able see the issue first hand.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #338121

    Andrew
    Participant
    This reply has been marked as private.
    #338160

    Paul R
    Moderator

    Hi Andrew,

    I dont see any links with the user you have provided

    http://screencast.com/t/x99iX7LTVTs9

    You can try adding this in custom > css

    
    .x-bbp-item-info-header .bbp-admin-links .x-bbp-admin-links-inner {
        border-left:1px solid #ddd;
        border-right:1px solid #ddd;
    }
    

    Hope that helps.