Drop Caps for Afterlight

  • Unknown's avatar

    The Afterlight theme doesn’t come with drop caps built in so how do I add one and still make it look nice?

    The blog I need help with is: (visible only to logged in users)

  • Can you try this?

    .dropcap {
    	float: left;
    	display: block;
    	padding: 0 .2em 0 0;
    	font-size: 65px;
    	line-height: 65px;
    	margin-bottom: -5px;
    }

    You can adjust the height and what not, and you may choose to get rid of the negative margin-bottom depending on how the size of your text plays with the line height in the paragraph.

  • The topic ‘Drop Caps for Afterlight’ is closed to new replies.