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

    Hi,

    how can i center the “send” button on avia forms? Now it floats left.

    Thank you for helping!

    #803012

    Hey Luisgasser,

    Please try the following in Quick CSS under Enfold->General Styling:

    input[type=submit] {
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

    • This reply was modified 7 years, 5 months ago by Rikard.
    #803382

    HI,
    thank you, but it doesn’t change anything.

    #803612

    Hi Luisgasser,

    You need to add !important; to the code, that Rikard gave you:

    
    input[type=submit] {
        display: table;
        margin: 0 auto !important;
    }

    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.