Blog text layout

Posted in: Newspaper
Post count: 148

Dear team,
Can you tell how I can decrease this space? Now the drop cap/capital letter is too far away from the second one.

View post on imgur.com


Thanks you!
DD

Post count: 35449

Hi,
Unfortunately, there are no options to adjust the paddings and margins on drop cap, so it will be need to use a custom CSS like this:
.single .dropcap,
.single .dropcap1,
.single .dropcap2 {
margin: 0 3px 0 0;
padding: 0 6px 0 0;
}

The code can be set in the theme panel > custom code > custom css.
I hope this will help you!

Post count: 148

Hi Calin,
Thanks for your suggestion – unfortunaly that didn’t work.
Will search further.
Best, DD

Post count: 35449

Hi,
If you can provide a link to that article, then I can create a css that will 100% apply to your situation.
Thank you!

Post count: 148

Hi Calin,
Please refer to https://cloudzeeland.nl
Thank you!

Post count: 35449

Hi,
Thank you for providing a link to your site, please try this custom css:
.td-post-content p.dropcapp3:first-letter{
margin: 0 6px 0 0;
padding: 0 6px 0 0;
}

Adjust the padding and margins as needed.
I hope this will help you!

Post count: 148

Works great, thank you!
DD

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.