- This topic has 5 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 login formatting in the sidebar widget
Hi – I have a sidebar with the eMember login widget, but it is displaying oddly. Please see here:
[http://www.soundsvisualmusic.co.uk/member-login/]
The main login in the page is fine but the one in the sidebar is messed up.
How can I fix this please?
Thanks
Jonathan
Looks like you have added some custom CSS which is messing that up. Where is the following CSS coming from? This CSS is responsible for that issue you are seeing.
form#wp_emember_loginForm{
margin-left: 75px;
}
Thanks for that. I have removed it. No idea how that got there…?
J
Found out why that code was there because otherwise on this page the formatting goes wrong – the boxes get pushed too far to the left hand side.
[http://www.soundsvisualmusic.co.uk/royalty-free-music-and-fx-members/production-music/?event=login]
Anything I can do?
Thanks J
Thats an issue with this theme. The page body section seems to be non-existent in this theme. Do the following theme test to verify what I am saying:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
You can probably center align the login form so it works in that page and the sidebar too.
The following CSS tweak should center align the login form:
#wp_emember_loginForm{
margin-left: auto;
margin-right: auto;
}
Thank you just tried that – works great.
Thanks J
[http://www.soundsvisualmusic.co.uk/royalty-free-music-and-fx-members/?event=login]