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

    Hi,

    I’m creating a few buttons and within them I’d like to change the font of just part of the text. However, when I do so using basic HTML in the label field, the changed text does not align in the center.

    Example:

    Present Your Product At <NOBR><font face=”Felix Titling”>Fast & Cool™</font></NOBR>
    (Enfold automatically changes <br> to the above <NOBR>)

    The Fast & Cool™ part of the label is just slightly off center now.

    #213655

    Hi erikkIsrael!

    Can you please post a screenshot of what you’re trying to do? A link to the actual page will help.

    Regards,
    Ismael

    #214576
    This reply has been marked as private.
    #215473

    Hi!

    Please try adding following code to Quick CSS as well

    .avia-button.avia-size-large {
    padding: 25px 9px 13px;
    min-height: 120px;
    } 
    .avia-button.avia-size-large {
    font-size: 18px;
    }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Button Text misaligning’ is closed to new replies.