I dont see the topics tags box?? I think you only see that logged in.
Oh, you have to be a logged in user to see the tags box.
But, it’s the same as the Topics Title box – it’s just a bit wider than the rest of the boxes.
See image below…
http://sincebeingsingle.com/wp-content/uploads/2015/07/Screen-Shot-2015-07-28-at-21.49.40.png
Thank you!!
If you are talking about the email, website, and name fields this will do it.
#bbpress-forums fieldset.bbp-form {
padding: 0!important;
}
Thanks for the CSS.
I have addded it in, but as you can now see, it’s a little wider that the rest of the form?
http://sincebeingsingle.com/forums/topic/drink/
Also if you make it responsive, you will see that it doesn’t go smaller.
Any suggestions?
Thanks!
#bbpress-forums fieldset.bbp-form input[type=text] {
border: 1px solid #e4e4e4;
padding: 0.5em 0;
}
`
ahh man! that worked perfectly. thanks for all your help! I tried for hours to work it out and was so close 🙂