Jason

Customer
Is it possible to easily remove this space above the login box? Thank you.
Screen Shot 2014-11-01 at Sat, Nov 1, 2.08 PM.png
 
You can add this to extra.css:

Code:
.section.loginButton, .section.loginButton .secondaryContent, .section.loginButton .section {
margin-top: 0;
padding-top: 0;
}

Let me know if it works ;)
 
Can you try this,

Code:
.sidebar .section {
margin: 5px 0 0;
}

That should fix the login/signup box while logged out. Not sure what you are seeing logged in if any?
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back