Dropcap Circle modification

Posted in: Newspaper
Post count: 5

Hello, excuse my English, I’m using Google Translator.

I use my blog Dropcap Circle, but I want to change the text to appear aligned in the same way in all lines. I do not know if you understand me.

I think I get a image to better understand, hahaha

Can you tell me how to do this modification?

Image

Post count: 1291

Hi,

You can doit like this – http://screencast.com/t/weLFumnIfRb
And use the following css to move the dropcap element to the left:

.dropcap {
position: absolute;
left: 0px;
}

Result – http://screencast.com/t/q3FA1DE1X

Thank you, Emil G.

Post count: 5

Perfect, thanks! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.