• Resolved Chuckie

    (@ajtruckle)


    How can I:

    – Add spacing between the bottom of the forum rules and the phrase “Topic Title”?
    – How can I add rounded corners to the forum rules?
    – How can I add padding around the text?

    I

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin W

    (@robin-w)

    the css class is

    bsp-topic-rules

    Thread Starter Chuckie

    (@ajtruckle)

    Thank you. I have added this custom CSS code in your plugin:

     
    .bsp-topic-rules {
      padding: 10px;
      margin-bottom: 20px;
    } 
    

    Is it better to use em or px values here?

    Also, I don’t know how to apply the rounded corners. Could this be an option like you have elsewhere in the plugin settings?

    Thread Starter Chuckie

    (@ajtruckle)

    Sorted it:

    #bbpress-forums .bsp-topic-rules {
    	padding: 10px;
    	margin-bottom: 20px;
    	border-radius: 8px;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizing forum rules’ is closed to new replies.