Skip to:
Content
Pages
Categories
Search
Top
Bottom

small problem with my forum


  • cybarmitzvah
    Participant

    @cybarmitzvah

    #2 I have noticed a new problem on the forum, astronomertalk.com,

    you need to join to see it, but I changed the submit button,

    using this code:

    #bbpress-forums .submit {
    background-color: #000073;
    color: #FFFFFF;
    float: center;
    vertical-align: middle;
    border-radius: 2px;
    height: 35px;
    width: 80px;
    font-size: 18px;
    }

    but it also influenced the update profile button which now looks screwed up…

    You need to join to see it, but it looks bad.

    Does anyone know a fix?

    Best,
    JB

Viewing 5 replies - 1 through 5 (of 5 total)
  • Why not change the code back to what it was then?

    You should look up some CSS resources and use your browsers ‘inspector’ to look at how to make CSS changes to your theme, use your favourite search engine to find these.


    cybarmitzvah
    Participant

    @cybarmitzvah

    I like the new submit button, but it has also influcned the update profile button… Does anyone know how to change just the submit button?

    Thanks Stephen,

    JB


    Robkk
    Moderator

    @robkk

    idk havent tryed editing the submit button for certain forms yet

    but for profile its

    #bbpress-forums #bbp-your-profile fieldset.submit button {
    float: right;
    }

    for reply form its

    #bbpress-forums .bbp-reply-form fieldset.bbp-form button {
    float: right;
    margin-top: -120px;
    }

    you can try that , other than that try doing what stephen said

    You should look up some CSS resources and use your browsers ‘inspector’ to look at how to make CSS changes to your theme, use your favourite search engine to find these.


    cybarmitzvah
    Participant

    @cybarmitzvah

    thanks guys, what I just found out is I am the only person who can edit it on the front side, so I think Ill just leave it. But I appreciate the suggestions.

    Best,
    JB


    Robin W
    Moderator

    @robin-w

    great – glad you’re fixed.

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