I am using drop caps in these pages:
http://lumenveritatis.ca/donate/
http://lumenveritatis.ca/contact/career-opportunities/
The numbers are cascading instead of being aligned. Is there a way to fix that?
I am using drop caps in these pages:
http://lumenveritatis.ca/donate/
http://lumenveritatis.ca/contact/career-opportunities/
The numbers are cascading instead of being aligned. Is there a way to fix that?
Hi Ivablog,
The only solution I could think of fixing this issue is to add a div with a class of clear after your text, to do this, kindly edit the specific page and change your editor from Visual to HTML and after the dropcap and text add this
<div class="clear"></div>
This is an example of how it should look like:
[dropcap1]1[/dropcap1]Some Text<div class="clear"></div>
[dropcap1]2[/dropcap1]Some Text<div class="clear"></div>
[dropcap1]3[/dropcap1]Some Text<div class="clear"></div>
[dropcap1]4[/dropcap1]Some Text<div class="clear"></div>
Hope this helps. :)
Regards,
Ismael
It worked. Problem solved! Thank you very much!
This topic has been closed to new replies.