Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #609451

    I am trying to center all form submit buttons only on the site. I’ve added the following Custom CSS:

    .avia_ajax_form p { text-align: center;
    }

    That doesn’t seem to work.

    #609562

    Hey Hello!

    Please add following code to Quick CSS as well

    .page-id-1433 p.form_element {
        text-align: center;
    }

    Cheers!
    Yigit

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