text align left on login page for link "Secured by LoginRadius"
-
I had a brief chat with LR’s engineering about this but the answer was not super clear or was incorrect. And then they left – probably because we’re using the free version.
I want to shift slightly the “Secured by LoginRadius” link that goes underneath the social media icons when signing in.
Right now, I’ve viewed the element .lr-secured-linkboxtext .
It has text-aligned: center
I’d like it to be text-aligned: left. Otherwise it gets in the way of our users logging in.
Engineering told me this:
You can also apply your own css to this element and mark it as !important and this should allow you to left align it.
And then this:
You can do this in your stylesheet or in the plugin directly.
This is what I put in our own stylesheet:
.lr-secured-linkboxtext { text-align: left !important; padding-left: 2.2em; }
Didn’t work.
So I downloaded the plugin to my computer and did a search for lr-secured-linkboxtext. Nada.
Viewing the element in chrome shows that it’s an inline style. But I can figure out which file has this style so can’t change the style.
Can anyone help me make this simple change?
Thanks!
- The topic ‘text align left on login page for link "Secured by LoginRadius"’ is closed to new replies.