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

    @clivesmith

    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

    @robin-w

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


    Clivesmith
    Participant

    @clivesmith


    Robin W
    Moderator

    @robin-w

    try adding this to custom css

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

    Clivesmith
    Participant

    @clivesmith

    That does not seem to be working


    Robin W
    Moderator

    @robin-w

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


    Clivesmith
    Participant

    @clivesmith

    I am adding it to the theme additional css


    Robin W
    Moderator

    @robin-w

    ok, can you try it in

    dashboard>settings>bbp style pack>custom css


    Clivesmith
    Participant

    @clivesmith

    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

    @robin-w

    ok so is the new one still in there?


    Clivesmith
    Participant

    @clivesmith

    yes I now have both of them there


    Robin W
    Moderator

    @robin-w

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


    Clivesmith
    Participant

    @clivesmith

    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

    @robin-w

    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

    @clivesmith

    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

    @robin-w

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


    Clivesmith
    Participant

    @clivesmith

    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

    @robin-w

    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