Skip to:
Content
Pages
Categories
Search
Top
Bottom

Think my normally 'Masonry' page theme is messing with bbpress install :(


  • Apposl
    Participant

    @raquel24or

    Hi all,

    I really want to use bbpress but I’m at the end of my rope, I’m not very good at any of this, and I’ve tried several different methods of getting it to display correctly, but I have a ‘pinterest’ style theme, and every time I create a forum page and try to view it, all my topics/forums are collapsed down and pressed up against my left sidebar.

    I might try Vanilla and see if that displays better? You can see what I am talking about at http://ne1up.com/live

    Thank you very much for any help.

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

  • Apposl
    Participant

    @raquel24or

    The index is all messed up, all the other inner pages look fine, like this: http://ne1up.com/live/forum/general


    FreeWPress
    Participant

    @freewpress

    Problem was in your responsive.css see down:

    @media only screen and (min-width: 1566px) {
    .item {
        width: 16.6%;
    }
    .grid-double {
        width: 33.2%;
    }
    .grid-triple {
        width: 49.8%;
    }
    }

    your media queries is no correct.. remove item width for major resolutions


    Apposl
    Participant

    @raquel24or

    Thank you very much! I apologize that I’m a total newbie – does that mean just delete the below part:

    .item {
        width: 16.6%;
    }

    Or add to that something that excludes it for major resolutions?


    FreeWPress
    Participant

    @freewpress

    Use widht only for low resolution…


    Apposl
    Participant

    @raquel24or

    OK, thanks. I’ll try and figure out how to do that. 🙂

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