-
Author
-
August 3, 2016 at 19:37 #131235jbf388Participant
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.August 3, 2016 at 21:40 #131266LauraModeratorHello, 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 solutionLaura 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 🙂
August 3, 2016 at 21:53 #131270jbf388ParticipantIts better but moves too much when the screen changes. Can’t get it perfectly centered.
August 3, 2016 at 22:09 #131273LauraModeratorHello, 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 solutionLaura 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 🙂
August 5, 2016 at 03:42 #131444jbf388ParticipantThanks 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…
August 5, 2016 at 23:53 #131522LauraModeratorHello, 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 solutionLaura 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 🙂
August 11, 2016 at 22:15 #132124jbf388ParticipantHey 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.August 12, 2016 at 22:05 #132228LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.