Skip to:
Content
Pages
Categories
Search
Top
Bottom

Edit CSS on topic page


  • vincenzon617
    Participant

    @vincenzon617

    Hi I would like to change this CSS code:

    .bbp-forum-header, .bbp-reply-header, .bbp-topic-header {
        clear: both;
        overflow: hidden;
        padding: 8px 10px 8px 130px;
        margin-bottom: 0;
        border-width: 1px 0 0;
        border-color: #e6e6e6;
        border-color: var(--g1-border-color);
    }

    to have its padding set to 0px.

    I have tried adding this to my style.css file in my child theme but it didn’t work:

    .bbp-forum-header, .bbp-reply-header, .bbp-topic-header {
        padding: 0px;
    }

    I am new to CSS so I’m not sure if that code above should overwrite the default styling? I assume not as it isn’t working!

    Many thanks!

Viewing 1 replies (of 1 total)

  • vincenzon617
    Participant

    @vincenzon617

    Dont worry I have just found the solution myself!

    Here it is for anyone who has the same issue:

    div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header {
        padding: 0px; 
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar