Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi,
    you can paste these lines into the “Custom styles” field located at the bottom of the widget panel (in your dashboard):

    img.pis-thumbnail-img {
    	margin-top: 7px;
    }

    Change 7px to the value you like.

    Thread Starter esseespinach

    (@esseespinach)

    Thanks for your quick answer! It works perfectly! 😉

    And how can I let less space between title and photo and excerpt?

    Thank you very much!

    Thread Starter esseespinach

    (@esseespinach)

    Solved! I have put this on my css styles

    p.pis-title { margin-bottom: 0; }

    Thanks a lot!

    Plugin Author Aldo Latino

    (@aldolat)

    Title

    p.pis-title {
    	margin-bottom: 10px;
    }

    Photo

    Change the lines of my previous post into these:

    img.pis-thumbnail-img {
    	margin-top: 7px;
    	margin-right: 10px;
    }
    Thread Starter esseespinach

    (@esseespinach)

    Thank you very much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Align little photo with excerpt’ is closed to new replies.