Skip to:
Content
Pages
Categories
Search
Top
Bottom

Create new topic form width

  • @sbskamey

    Participant

    Hi,

    I would like to make the Topic Title and Topic Tags Input box, the same width as the rest of the form.

    http://sincebeingsingle.com/forums/forum/forum1/

    As you can see, the input boxes are at 100%, but are slightly wider than the rest of the form.

    Is this a simple css change?

    Thanks,
    Kam

Viewing 6 replies - 1 through 6 (of 6 total)
  • @robkk

    Moderator

    I dont see the topics tags box?? I think you only see that logged in.

    @sbskamey

    Participant

    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!!

    @robkk

    Moderator

    If you are talking about the email, website, and name fields this will do it.

    #bbpress-forums fieldset.bbp-form {
        padding: 0!important;
    }

    @sbskamey

    Participant

    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!

    @robkk

    Moderator
    #bbpress-forums fieldset.bbp-form input[type=text] {
        border: 1px solid #e4e4e4;
        padding: 0.5em 0;
    }

    `

    @sbskamey

    Participant

    ahh man! that worked perfectly. thanks for all your help! I tried for hours to work it out and was so close 🙂

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