Okay
  Public Ticket #2755249
Contact Form 7
Closed

Comments

  • thomashdqr started the conversation

    Hi there!

    I can't put the submit button of the contact form on the right corner. tried different css code but nothing works.

    Could you help me with that?

    Thank you so much

  •  8,402
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
        flex-direction: row-reverse !important;
    }

    Thanks


    ThemeNectar Support Team 

  • thomashdqr replied

    Thank you Tahir!