How do I remove the extra space above the sidebar/widget area on the home page? Thanks. Infoway Theme
Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .signinformbox { margin-top: 0px; } put the value of margin-top as per your requirement.