Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #268039

    Hi,

    building a one page aligned center site. Hvow can I align the button of contact form center?

    • This topic was modified 9 years, 11 months ago by webpress.
    #268061

    Hey webpress!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    fieldset > p:last-child input.button {
    display: block;
    margin: auto;
    }

    Regards,
    Yigit

    #268065
    This reply has been marked as private.
    #268069

    Hi!

    Please try

    .avia_ajax_form .button { display: block; margin: auto; }

    Best regards,
    Yigit

    #268070

    No good…

    .main_color .grid-content { background-color: transparent; }
    .main_color.inner-entry, .grid-entry .main_color .avia-arrow, .main_color .grid-entry-title {
    background-color: transparent;
    box-shadow: none;
    }
    #magasin .grid-entry-title { color: #eeeeee !important; }
    }
    .avia_ajax_form .button { display: block; margin: auto; }
    #268074

    Hi!

    It seems like code is not being applied. Please try deactivating all active plugins and check if that helps. Also, if that is all the code you have in Quick CSS field, please remove closing curly bracket after following line

    #magasin .grid-entry-title { color: #eeeeee !important; }

    Best regards,
    Yigit

    #268076

    Great! That did the trick!

    Awesome support!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Align contact form button center’ is closed to new replies.