-
Author
-
May 15, 2018 at 21:08 #197818wschaefer1Participant
When not logged in, The login/register button is all the way to the left of the screen. I’m trying, with css, to move it over…give it a margin, or anything so that it’s not on the edge.
No .css that I’ve tried seems to work.
Can you help? Thank you
Attachments:
You must be logged in to view attached files.May 16, 2018 at 04:35 #197860Kieran_SQModeratorHi,
I have added the below CSS to WP Admin > Appearance > Editor > KLEO Child > Style.css to center the text and add a margin top and bottom. Make sure to purge your front-end cache (Ctrl+F5) to see the changes. Let me know if this looks okay to you.
COPY CODE.pmpro-body-level-required .pmpro_content_message { margin-left: auto; margin-right: auto; width: 50%; text-align: center; margin-top: 40px; margin-bottom: 40px; }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
May 16, 2018 at 05:10 #197862Kieran_SQModeratorHi,
You’re welcome 🙂 Feel free to open a new ticket any time and we’ll be happy to assist.
If you have a spare moment this evening please consider leaving KLEO / support received a review on ThemeForest. All reviews really do help us.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.