Hi,
I'm trying to change the following CSS line:
.fb_button_text_rtl, .fb_button_medium_rtl .fb_button_text {margin-left: 22px;}
By adding new CSS rule but it doesn't help:
.fb_button_text_rtl, .fb_button_medium_rtl .fb_button_text {margin-right:22px!important;}
The CSS code which in the module is not changing.
You can have a look on at the login module on the left side of the website:
tinyurl.com/3wfqmc9
Any suggestions?
Thanks.