More space between widget on the sidebar

Discussion in 'Infoway WordPress Theme' started by aarliaud, Dec 23, 2014.

Thread Status:
Not open for further replies.
  1. aarliaud

    aarliaud Member

    Joined:
    Oct 28, 2013
    Messages:
    30
    Likes Received:
    0
    Hello,
    How could I create in CSS more space between the widgets in the sidebar (homepage), because there is nearly an overlap (see calendar and text widget below).
    Regarding the footer widget area section, is it possible to make the list below widget “Categories” on two columns instead of one?

    Website url is http://clout-project.eu/.
    Thanks in advance,

    Best Regards,
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .signinformbox1.widget div {
    margin-bottom: 25px;
    }
    .signinformbox1.widget ul li {
    width: 31%;
    float: left;
    }
    
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. aarliaud

    aarliaud Member

    Joined:
    Oct 28, 2013
    Messages:
    30
    Likes Received:
    0
    Thanks!
    Best Regards,
     
Thread Status:
Not open for further replies.

Share This Page