Vorrei sapere come modificare l’allineamento verticale del dropcap per fare in modo che la lettera grande sia allieneata in basso con il testo che segue (nel link che allego ho l’attuale situazione: vorrei che la “E” fosse allineata nella parte bassa con il teso che segue)
Nel CSS ho provato a mettere questo:
.av_dropcap1 {
font-size: 70px;
color: #993f32 !important;
text-align: top !important; }
Hey signumsrl,
Note sure – but could you use
.av_dropcap1 { margin-top: 15px; }
and let us know if that is what you need?
If not – can you please explain us in English?
Best regards,
Basilis
I solved with
.av_dropcap1 {
font-size: 70px;
color: #993f32 !important;
margin-top: -26px; !important}
Thanks
Hi signumsrl,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria