This topic has 7 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #131235
     jbf388
    Participant

    I am using this CSS code to edit the BP registration page button:

    #buddypress .standard-form div.submit input {

    background: #1e73be;

    color: white;

    padding: 10px;

    height: auto;

    margin-right: 180px;

    width: 100%;

    }

    I really like everything about it but please share how I can center it under the CAPTCHA. Not sure what I am doing wrong…

    Thank you so much!

    Attachments:
    You must be logged in to view attached files.
    #131266
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    #buddypress .standard-form div.submit input {
        margin-right: 700px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #131270
     jbf388
    Participant

    Its better but moves too much when the screen changes. Can’t get it perfectly centered.

    #131273
     Laura
    Moderator

    Hello, you may need to edit the code at register.php, place it at child theme and edit it there, find the button code and center it 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #131444
     jbf388
    Participant

    Thanks Laura. I went to Kleo/Buddypress/members and took the register.php file and added it to kleo-child

    I found the code:

    <input type=”submit” name=”signup_submit” id=”signup_submit” value=”<?php esc_attr_e( ‘Complete Sign Up’, ‘buddypress’ ); ?>” />

    Can’t seem to get it centered…

    #131522
     Laura
    Moderator

    Hello, replace it with:

    COPY CODE
    
    <center><input type=”submit” name=”signup_submit” id=”signup_submit” value=”<?php esc_attr_e( ‘Complete Sign Up’, ‘buddypress’ ); ?>” /></center>
    

    Does it work? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #132124
     jbf388
    Participant

    Hey Laura sorry it took so long to get back to you!

    No unfortunately I tried that and it didn’t work, I tried it again with your recommendation and still no.

    It is a little closer to the center… maybe the CAPTCHA is the issue?

    Either way, I can live with the way it is. Thank you for your help!

    Attachments:
    You must be logged in to view attached files.
    #132228
     Laura
    Moderator

    Hello, might be the captcha, let me know if you need anything else 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?