Reply To: How To Build Your Own Related Posts Plugin On Epik

Homepage Community Forums Epik Theme Support How To Build Your Own Related Posts Plugin On Epik Reply To: How To Build Your Own Related Posts Plugin On Epik

#11066
wisefamily
Customer

    Okay, I got it to work. Here’s what the style is currently:

    }
    
    .related-posts {
    margin: 10px  10px 10px 10px;
    }
    .related-posts h3 {
    font-size: 18px;
    }
    .related-posts ul {
    list-style:none;
    }
    .related-posts ul li {
    padding: 3px 0;
    border-bottom: 1px dashed #ccc;
    }
    .related-posts ul li a{
    font-size:14px;
    text-decoration:none;
    }

    How can I get a small picture to show up on the left of each post? It would pull from the actual post I guess.