Forum replies created
In reply to
Evolve Theme: Dropcap font
Perfect – thanks!
In reply to
Use shortcodes on Static Front Page?
Well, for some reason it has now begun working. I didnt change a thing, just assigned “Static Front Page” to the alternate page I had created, having done this many times before unsuccessfully, and it is now presenting properly. Front page now displaying my alternate page including the active shortcodes.
Hope it sticks 🙂
thanks
-mark
In reply to
Line height in standard text
Add this to your customer CSS in the Theme Options area, and adjust the integer to your desired line spacing.
.post p {line-height: 1.5em;}
If you want to adjust the spacing between paragraphs also, use this one and adjust accordingly:
.post p {
line-height: 1.5em;
padding-bottom: 15px;
}
Hope that helps,
-mark
In reply to
Posts Shortcode
Perfect – exactly what I needed. Thanks a bunch guys, much appreciated!
-mark