Reply To: Blog post list, with "box" formatting

Homepage Community Forums Epik Theme Support Blog post list, with "box" formatting Reply To: Blog post list, with "box" formatting

#14929
MiguelGuzman
Customer

    PrintsCharming:

    Hey, I have stylished the blog entries with several changes that I keep in my own css. I won’t paste all the changes here, because I’m not 100% satisfied with the end result, I think I’ll keep tweaking it.

    But you can check all the changes I’ve done, here:

    http://exitopersonal.exitoblogs.com/wp-content/themes/epik/custom.css

    Some stuff you might want to check:

    1) This removes the entry footer, with the category and tags, since I deem this is not useful for my readers, and saves space:

    .entry-footer {
    	display: none;
    }

    2) This one makes the entry meta show up besides the image instead of below:

    /* Entry meta is shown at the side of the featured image 
    (removes "clear: both;" that makes it show below) */
    .entry-meta {
    	clear: none;
    }

    I’m still tweaking the layout until I get one I’m 100% comfortable with.

    I hope this is useful for you. See you around!