Space Between Widgets

Discussion in 'Cloriato WordPress Theme' started by jessicalynn83, May 27, 2016.

  1. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Hello!

    I would like to know if I can customize the spacing between widgets in my right sidebar on my blog page. I'm providing a link to the blog page itself below. Thank you for all the help!

    http://www.jessicazimmer.com/journal/

    All the Best,
    Jessie
     
  2. priya

    priya Guest

    Hi, Jessie..

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .sidebar_wrapper .sidebar {
        padding-left: 12px;
    }
    Change the numeric value as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Close, but not quite. This is pushing everything to the right. Let me try to explain better.

    I want to increase the white space between individual widgets - recent entries, currently reading, the newsletter subscription, etc - by adding more padding between each widget and the next widget header.

    Does that make sense?

    - Jessie
     
  4. priya

    priya Guest

    Hi, Jessie..

    I got your concern...Kindly use below code and change the numeric value accordingly..
    Code:
    .wrap_sidebar {
        margin-bottom: 50px !important;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page