• chuboy29

    (@chuboy29)


    Hi Everyone,

    I am having an issue with how this theme displays bbpress topic contents on mobile devices.

    it shows all the content crammed due to the ‘Author’ section taking up a decent amount of space on the left.

    is there a way i can maybe add the author info next to the date stamp area of the topic or just make the content body of topics full width to display on mobile.

    i attached a screenshot here
    https://tinypic.com/r/14e6g02/9

    • This topic was modified 6 years ago by chuboy29.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author PressMaximum

    (@pressmaximum)

    Hi @chuboy29

    Could you show me your site URL? Then I will take a closer look.

    Thread Starter chuboy29

    (@chuboy29)

    Hi!

    I was able to figure it out! I used a combination of the bbpress style-pack plugin to hide most of the options i didnt want for “author” except name and role which i needed
    and used the following css coding to achieve my desired result.

    now my content is full width on mobile and the author/role has been positioned where i wanted it.

    #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    	margin: 0px 5px 0px 15px  !important;
    }
    
    #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content .p {
    	padding:60px 0 0 0;
    }

    Thank you for this great theme, and your quick response!!

    Theme Author PressMaximum

    (@pressmaximum)

    Glad to hear it ??

    If you have not rated Customify yet, I would HIGHLY appreciate if you could take a moment and submit your rating here:
    https://www.ads-software.com/support/theme/customify/reviews/?filter=5

    Huge thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bbpress topic content crammed’ is closed to new replies.