Skip to:
Content
Pages
Categories
Search
Top
Bottom

Mobile views single topic


  • xfallseane
    Participant

    @xfallseane

    Hello !

    I have a problem with responsive theme in mobile..

    I want the author zone with profil image in the top of reply content.. the forum is not very beautiful and reading is difficult

    I have test more css fix but not working ..

    I use bpp style pack

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

  • Robin W
    Moderator

    @robin-w

    can you post a link to this site and above example


    xfallseane
    Participant

    @xfallseane

    Yes, you can view the problem with this link : http://web-play.fr/forum/Sujet/feuille-de-route/


    xfallseane
    Participant

    @xfallseane

    No idea ?


    Robin W
    Moderator

    @robin-w

    hmm, not suer why your bbpress.css file is in wp-content/plugins/templates rather than wp-content/plugins/bbpress/templates – have you altered this?

    In essence you want to set

    .bbp-reply-author width :100% ;
    .bbp-reply-content margin : 0px;

    This will force the content to the next line, and move it to the start of that line.

    I’d also add

    #bbpress-forums div.bbp-reply-author img.avatar {
    position: relative;
    }

    so you’d end up with (untested)

    @media only screen and (max-width: 480px) {
    
    .bbp-reply-author  {
    width :100% ;
    }
    .bbp-reply-content {
    margin : 0px;
    }
    
    #bbpress-forums div.bbp-reply-author img.avatar {
    	position: relative;
    	}
    
    }

    xfallseane
    Participant

    @xfallseane

    I have update my css with your code but don’t work, the profil picture is almost good !

    I have test different code the margin-left for reply-content is the problem maybe no ?


    xfallseane
    Participant

    @xfallseane

    Problem almost fix ! I recode the author zone, actually it’s good.

    How to remove the red zone (screen) =>

    I have search in different template but i don’t find !

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