Skip to:
Content
Pages
Categories
Search
Top
Bottom

padding between topics

  • @osakid8

    Participant

    Hello.
    I am a beginner in making websites.
    The topic size of one of the forums on this page is “926px X 59px”
    But the topic size of one of the forms on my site is “866px X 189px”
    How can I change this size?
    I’m only studying CSS, so if possible I would like to solve it with CSS only, without using php.
    I’ve tried a lot of CSS so far, but I still can’t resize it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robin-w

    Moderator

    this is theme related – we’d need a link to a live example on your site

    @osakid8

    Participant

    https://aigakorea.com/board-2/

    Please check ㅠㅠ

    @robin-w

    Moderator

    try this in your custom css

    #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    	padding: 5px 25px !important;
    }

    @osakid8

    Participant

    It’s done!
    I was having hard time,so thank you very very much!!!

    @robin-w

    Moderator

    great – glad you are fixed !!

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