Skip to:
Content
Pages
Categories
Search
Top
Bottom

White Lines Displaying On Pages


  • kjgbriggs
    Participant

    @kjgbriggs

    On all pages created by BuddyPress, and BBPress I have a white line somewhere on the page, on he BuddyPress pages, it is on the left-hand side and on the BBPress pages such as the forums, it is 3/4 of the way through the actual content.
    It is also displayed on any page auto generated such as the 404 page, I am unsure of what is causing this but it was not there before I added both these plugins, I have deactivated them (ALL of my plugins) and this is still there, but it didn’t used to be before I installed these plugins.

    Does ANYONE know what this is, I have been messing around in CSS for the better part of an hour trying to get rid of that line.

    At a guess, I would say it is part of a sidebar but as it is on different sides on the BuddyPress and BBPress pages, I have got no clue.

    The only CSS that changes the position of any elements in either plugin is below:

    #left-area {
      width: 100%;
      padding-bottom: 23px;
      padding-left: 10px;
      padding-right: 10px;
    }

    Commenting out this CSS allows the BBPress pages to resize back to where they were, not through the line on the right, but it is still there, same with the BuddyPress pages.

    Has ANYONE got any clue as to what this is, whether it is a sidebar and how to get rid of it.

    Forum
    http://areonline.co.uk/forums

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

  • danbp
    Moderator

    @danbp

    Hi,
    have you tested with one of WP default theme ?
    And what if you use the original Divi theme, without custom CSS ?
    As you use a premium theme, you have to ask on their support. We have no access to his code here.


    kjgbriggs
    Participant

    @kjgbriggs

    This was one of the first things I checked, but for sanities sake I tested it again, when using with the same theme on no CSS, the line still appears.
    I am unable to test with a default theme as I only have Divi on my development site, but I will be testing this next.


    danbp
    Moderator

    @danbp

    According to another of your topics, you are using WP Symposium, which is another social network plugin for WordPress.
    https://buddypress.org/support/topic/wp-symposium-vs-buddypress/
    You can’t use both on a same site.


    kjgbriggs
    Participant

    @kjgbriggs

    Sorry for the confusion, I have just switched FROM WPSymposium TO BuddyPress and BBPress as I believed they would offer a much more widely supported and updated experience and a lot more features, which they do.
    I believe I have managed to get rid of these lines by adding this to my CSS for anyone else having this problem.

    .bbpress #main-content .container:before {
    display: none !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘White Lines Displaying On Pages’ is closed to new replies.
Skip to toolbar