Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #998829
    martinezg
    Participant

    How can I make the topic titles in my forum in bbpress fit the entire container? at the moment it wraps to the left hand side leaving a blank space to the right

    #998956
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL (kindly provide the exact page URL in question). This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1000693
    martinezg
    Participant
    #1000872
    Darshana
    Moderator

    Hi there,

    Please add the following CSS media query into your Customizer, Custom > CSS area.

    
    @media (max-width:480px){
      li.bbp-forum-info, li.bbp-topic-title {
        width: 100%;
      }
    }
    

    Hope that helps.

    #1002997
    martinezg
    Participant

    that worked! thanks a lot! always very helpful

    #1003029
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-998829 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>