Side bar issue

Discussion in 'RoadFighter WordPress Theme' started by elames3, Jun 30, 2013.

  1. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    the widget in my sidebar are too close together. What is the custom css to move them farther apart?
    See: http://cabincapital.com/wp

    Thank you
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .textwidget {
    margin-bottom: 20px;
    }
    .sidebar ul {
    margin-bottom: 20px;
    }
    You can adjust the value of margin-bottom as per your requirement.
    This will solve your issue.
     

Share This Page