Remove extra space above the sidebar/widget area on home page

Discussion in 'Infoway WordPress Theme' started by v4sb, May 5, 2013.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    How do I remove the extra space above the sidebar/widget area on the home page? Thanks. Infoway Theme
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page