Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #908781

    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; }

    #908843

    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

    #908975

    I solved with
    .av_dropcap1 {
    font-size: 70px;
    color: #993f32 !important;
    margin-top: -26px; !important}

    Thanks

    #909028

    Hi signumsrl,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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