Skip to:
Content
Pages
Categories
Search
Top
Bottom

Align Submit button to the left or center

Viewing 4 replies - 1 through 4 (of 4 total)

  • Lynq
    Participant

    @lynq

    You can do this using css, if you just want to align it left then you can float:left and then just make sure you clear after it.


    rameesareno
    Member

    @rameesareno

    Hi,

    Im no css Guru. Can you throw in some sample codes for that?

    You need to find the HTML for the button, in this case it`s .
    To get the button to align to the left you then have to overwrite the align CSS with the following:

    div.bbp-submit-wrapper {
      float: left;
    }
    

    Let me know if anything is unclear.


    rameesareno
    Member

    @rameesareno

    Nice suggestion Amunds! I have to ftp the files and edit the bbpress/compat css file.

    its all good now. http://www.sarenosolutions.com/forums please check 🙂 leave a good tip for us then. thanks guys!

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