Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Ga Satrya

    (@satrya)

    Hi,
    I’m sorry for late reply, you can try to add custom css code to the widget to fit with your needs 😉

    Thread Starter kosmikkreeper

    (@kosmikkreeper)

    Thanks for the response.

    But I’m not a programmer so playing with CSS doesn’t work for me unless you would be so kind as to give me the code snipet of the CSS and tell me where to put it.

    It would be greatly appreciated. 🙂

    Thank you for a great plugin!

    Plugin Author Ga Satrya

    (@satrya)

    Please add your website url in your reply, I’ll be back in the morning, it’s 3 AM here, I need to sleep now 😉

    Thread Starter kosmikkreeper

    (@kosmikkreeper)

    🙂

    http://yanikphotoschool.com/blog/

    I hope you had a good sleep!

    Plugin Author Ga Satrya

    (@satrya)

    Hi,
    I’m sorry for late reply, in the last 4 days I was busy, I’m moeslim and I just celebrate Eid Mubarak 🙂

    Please try this css code

    .rpwe_widget .widget_title {
    	margin-bottom: 0;
    	padding-bottom: 0;
    	border-bottom: 0
    }
    
    .rpwe-block li {
    	padding-bottom: 0;
    	margin-bottom: 0;
    }

    Thread Starter kosmikkreeper

    (@kosmikkreeper)

    Hello

    Thank you! This fixed part of it. I added it to Custom CSS.

    It reduced the spacing between the Title and the first post but not the rest.

    Thank you for taking the time. 🙂

    Plugin Author Ga Satrya

    (@satrya)

    Oh, please remove the code above and replace with this one

    .rpwe_widget .widget_title {
    	margin-bottom: 0;
    	padding-bottom: 0;
    	border-bottom: 0
    }
    
    .widget .rpwe-block ul li {
    	padding-bottom: 0;
    	margin-bottom: 0;
    }
    Thread Starter kosmikkreeper

    (@kosmikkreeper)

    Super Satrya!!

    That worked! Thank again for all your help! 🙂

    Have a great day!

    Plugin Author Ga Satrya

    (@satrya)

    You’re welcome 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Reduce spacing’ is closed to new replies.