- This topic has 4 replies, 4 voices, and was last updated 3 years, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › eMember – Compact Login in header styling
Tagged: compact login
I’ve successfully added the compact login in per previous posts, but could use some help with styling. The login in is currently at the far left edge of the page, and I would like it to be at the far right.
Could you help with the styling code and where to place it? The url is: [www.gs.hallmarkemblems.com]
TIA,
Angie
You can try this:
1) Go and grab the following plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Then add the following CSS code in the settings of the above plugin:
.eMember_compact_login {
text-align: right;
padding: 10px 400px 0 0;
}
Thank you, exactly what I needed.
Angie
Greetings!
Do you have CSS code to change Compact Login font and color in header? Please advise, and many thanks.
Please provide us with a link to a test page, and tell us what you are trying to change.