Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpress new topic too wide on mobile

Viewing 18 replies - 1 through 18 (of 18 total)
  • @clivesmith

    Participant

    Hi,
    I have had this problem for 3years using the twentytwelve theme, for various reasons I am just changing to the Astra theme and still getting the same problem.
    It would be nice to get it sorted.

    @robin-w

    Moderator

    link to a new topic form on a site with astra running please

    @clivesmith

    Participant

    @robin-w

    Moderator

    try adding this to custom css

    # Mobile
    only screen and (min-width: 480px) {
    fieldset.bbp-form p {
    width : 20px ;
    }
    }

    @clivesmith

    Participant

    That does not seem to be working

    @robin-w

    Moderator

    where are you adding this – to the theme custom css or style pack?

    @clivesmith

    Participant

    I am adding it to the theme additional css

    @robin-w

    Moderator

    ok, can you try it in

    dashboard>settings>bbp style pack>custom css

    @clivesmith

    Participant

    I had

    @media
    screen and (max-width: 480px) {
    .bsp-topic-rules {
    width : 60% !important
    }
    }

    in the bbp style pack>custom css

    I have tried adding the new one, but it is the same, I also tried removing the other one

    @robin-w

    Moderator

    ok so is the new one still in there?

    @clivesmith

    Participant

    yes I now have both of them there

    @robin-w

    Moderator

    ok, it’s not downloading that to the browser, do you have caching software?

    @clivesmith

    Participant

    I do yes but I have purged the cache and set cloudflare to development mode which turns of cache, could you try again please.

    @robin-w

    Moderator

    Now I can see the changes – I kicked it around for a while, but my CSS is not up to solve what is required.

    @clivesmith

    Participant

    I have found what I think is it, I put in the change
    }
    .bbp-the-content-wrapper {
    width: 80%;
    height: 100% !important
    }
    which does bring it all onto the screen but I get a scroll bar down the right hand side it does not do anything but it is there.
    does what I have done make any sense ?

    @robin-w

    Moderator

    sort of and if it works, then leave it 🙂 🙂 🙂

    @clivesmith

    Participant

    Yes I will, it reduces the size on the desktop as well but most of the users are on mobiles.
    Thank again for you help.

    @robin-w

    Moderator

    not sure I helped much this time, but glad you are fixed

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