White space between content and sidebar

Discussion in 'ColorWay WordPress Theme' started by chndr, Aug 15, 2013.

  1. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Hi,

    Can anyone tell me how to reduce the white space between content area and sidebar?

    On the 16 aplha side I hace too much white space.

    See picture for what I mean.

    www.milandi.nl my website..

    Thanks
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar {
    margin-left: 0;
    }
     

Share This Page