Title: PirateForms submit button alignment
Last modified: August 31, 2016

---

# PirateForms submit button alignment

 *  Resolved [callmejim](https://wordpress.org/support/users/callmejim/)
 * (@callmejim)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/)
 * Hallo!
 * I am using PirateForms with Zerif Lite for my project. After the last plugin 
   update (i.e 1.0.11) I have noticed that the submit button is no longer aligned
   to the right of the form (like it used to be) rather than to somewhere in the
   middle. I guess this is not a browser’s problem because I have the same issue
   in Chrome, Firefox and IE.
 * I understand that it is just a styling issue but I would like to know how can
   I fix this.
 * Unfortunately, I am still working locally on my project so there is no link available,
   but I can provide a printscreen if that helps.
 * Thanks in advance for your help!
 * [https://wordpress.org/plugins/pirate-forms/](https://wordpress.org/plugins/pirate-forms/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [bplanchee](https://wordpress.org/support/users/bplanchee/)
 * (@bplanchee)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173035)
 * Hi,
 * I have the same problem since the update! It’s not even centered right now
 * Would appreciate help to solve this as well.
 * Thanks
 *  [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173063)
 * Hi,
 * Could you please update Zerif Lite to the latest version, we just released and
   let me know if the problem is fixed?
 * Thank you,
    Rodica
 *  [PeggyLP](https://wordpress.org/support/users/peggylp/)
 * (@peggylp)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173067)
 * Hello,
    The Theme update corrected the problem with the Send Button on the Contact
   section.
 * Regards,
    Peggy
 *  Thread Starter [callmejim](https://wordpress.org/support/users/callmejim/)
 * (@callmejim)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173070)
 * Hi!
 * Updating both the plugin and the theme to their latest versions solved the problem!
 * Keep in mind that clearing the cache of your browser may also needed 😉
 * Thank you all for your support and your answers! 🙂
 * Jim
 *  [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173073)
 * Hi,
 * I am really happy to hear that everything is ok.
 * Thank you,
    Rodica
 *  [bplanchee](https://wordpress.org/support/users/bplanchee/)
 * (@bplanchee)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173112)
 * What line of code exactly was changed where?
 *  Thread Starter [callmejim](https://wordpress.org/support/users/callmejim/)
 * (@callmejim)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173123)
 * Hi,
 * I don’t think I can help you with this. Perhaps the plugin author has an answer.
 * However, updating both the plugin and the theme to their latest versions solves
   the problem (if this is any help).
 * Jim
 *  [bplanchee](https://wordpress.org/support/users/bplanchee/)
 * (@bplanchee)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173124)
 * I found it;
 * those preferring not to update or to just change through custom CSS, add this:
 *     ```
       .contact_submit_wrap {
       	float: right;
       }
       ```
   
 *  [honeyhill](https://wordpress.org/support/users/honeyhill/)
 * (@honeyhill)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173173)
 * I just installed this plugin in 2 blogs and I am happy with it. I would like,
   however to fix the position and styling of the send button…
 * (1) it seems to be right justified, left would be better
    (2) it is grey with
   black test so almost unreadable. Readable is good, very good!
 * I noticed a code snippet kindly posted by bplanchee above but don’t know where
   to paste it
 * TIA
 * 🙂
 *  Thread Starter [callmejim](https://wordpress.org/support/users/callmejim/)
 * (@callmejim)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173174)
 * Hi!
 * There is something I can help you with. If you are not familiar with programing
   install the Simple Custom CSS plugin and copy the piece of the code there. It
   should work. You can find the pluging here: [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
 * Keep in mind mind that this piece of code will only help with the alignment of
   the button. I’m afraid that, for further styling issues you have to refer to 
   another thread or perhaps start a new one 😉
 * Hope that helps a little 🙂
 *  [honeyhill](https://wordpress.org/support/users/honeyhill/)
 * (@honeyhill)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173175)
 * Thanks callmejim . Programming is fine it is the WP environment I am unfamiliar
   with. Your advice seems to imply that I have to add one more plugin to my installations
   and I am reluctant to do that.
 *  Thread Starter [callmejim](https://wordpress.org/support/users/callmejim/)
 * (@callmejim)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173176)
 * Hi again!
 * If you are unfamiliar with the WP environment a plugin solution is an easy and
   a rather safe way to interfere with styling issues in general.
 * Interfering directly with the css files installed in your system (which I guess
   is what you are after) is beyond my knowledge. Unfortunately, I can’t help you
   with this.
 * Try starting a new thread with this issue. I’m pretty sure that you will get 
   the answers that you are looking for 😉
 * Jim
 *  [patronni](https://wordpress.org/support/users/patronni/)
 * (@patronni)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173202)
 * Hi, Im having a similar issue, can anyone please help.
    Boxes of name, mail and
   subject wont align left as the message box.
 * Any ideas? Thanks in advance.
 *  Thread Starter [callmejim](https://wordpress.org/support/users/callmejim/)
 * (@callmejim)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173203)
 * Hi!
 * The alignment looks indeed odd. However, I have noticed that the problem appears
   only to one page. The Contact Form on the front page looks fine. Have you tried
   changing the settings to that spesific page? A plugin compatibility issue perhaps?…
 * If you have already tried every other solution that appears on this thread and
   still can’t figure it out, I suggest that you start a new thread since this one
   is resolved and chances are that the authors will not see your message soon 😉
 *  [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * (@themeislesupport)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173204)
 * Hey,
 * For everyone having issues, please open your own separate thread instead of posting
   in an older thread that was already resolved. Thank you for your understanding
   🙂

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘PirateForms submit button alignment’ is closed to new replies.

 * ![](https://ps.w.org/pirate-forms/assets/icon-128x128.png?rev=1635118)
 * [Contact Form & SMTP Plugin for WordPress by PirateForms](https://wordpress.org/plugins/pirate-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pirate-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pirate-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/pirate-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pirate-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pirate-forms/reviews/)

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [button](https://wordpress.org/support/topic-tag/button/)
 * [submit](https://wordpress.org/support/topic-tag/submit/)

 * 15 replies
 * 7 participants
 * Last reply from: [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/pirateforms-submit-button-alignment/#post-7173204)
 * Status: resolved