Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author MageeWP

    (@magictheme)

    Hi Mathew1580,
    Please provide your site link, thanks.

    Thread Starter Mathew1580

    (@mathew1580)

    Theme Author MageeWP

    (@magictheme)

    Hi,Mathew1580
    We don’t have a widget to change the space between the list of recent posts on the recent post widget, but if you really want to change the space , you can change the CSS file.

    Dashboard->apperance->edit, add these codes in the bottom of style.css

    .widget.widget_recent_entries ul{
    line-height:40px;
    }

    40px is an example, you can input your space, like 20px etc.

    Thread Starter Mathew1580

    (@mathew1580)

    Thanks,

    but this puts space between each line. I was looking for adding space between each post listed.

    Example:
    post one line one
    post one line two

    post two line one
    Post two line two

    Not like this:

    post one line one

    post one line two

    post two line one

    Post two line two

    Does this make sense to you? Thanks -Mathew

    Theme Author MageeWP

    (@magictheme)

    Mathew1580,
    I am so sorry had misunderstand your mean before, Try this

    .widget.widget_recent_entries li{
    margin-top:40px;
    }

    Any questions, contact us.

    Thread Starter Mathew1580

    (@mathew1580)

    Excellent! This is what I was looking for.
    Thank you MageeWP! Much appreciated.
    Have a great day!
    -Mathew

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Recent Posts List spacing’ is closed to new replies.