Title: button only partially clickable
Last modified: November 13, 2017

---

# button only partially clickable

 *  Resolved [adamholland81](https://wordpress.org/support/users/adamholland81/)
 * (@adamholland81)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/)
 * The “register” button is only clickable on the top 3rd of the button. Makes it
   very difficult/confusing for a new user to register. See screencast video here:
 * [https://www.screencast.com/t/ekTDkalz1kF](https://www.screencast.com/t/ekTDkalz1kF)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-only-partially-clickable%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * (@raster02)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/#post-9677629)
 * Hello [@adamholland81](https://wordpress.org/support/users/adamholland81/),
 * It is broken due to this CSS rule:
 *     ```
       .form-submit {
           float: right;
           margin-bottom: 0;
           padding: 0 15px;
       }
       ```
   
 * Did you add it ? If so, remove the float part and the button will work correctly.
 * Regards.
    -  This reply was modified 8 years, 7 months ago by [Georgian Cocora](https://wordpress.org/support/users/raster02/).
 *  Thread Starter [adamholland81](https://wordpress.org/support/users/adamholland81/)
 * (@adamholland81)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/#post-9679694)
 * I’m looking on my /register page and there is no “float” css code on that page.
   What am I missing here?
 *  Plugin Author [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * (@raster02)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/#post-9680058)
 * Check your page builder, maybe it’s added in there.
    What I am seeing happening
   is that you wanted to have the Login link right next to the Register button and
   you also added that text saying how the registration button doesn’t work using
   Elementor:
 *     ```
       <div class="elementor-widget-container">
       	<div class="elementor-text-editor elementor-clearfix"><p style="text-align: right;"><a href="http://futuremoney.io/login/">Members Login Here</a></p><p><small>(Note: <span style="color: #ff0000;"><strong>if the button doesn't seem to work</strong></span>, only the top half of the button may be clickable in your browser. Our tech team is working on the problem. Thank you for your patience!)</small></p></div>
       </div>
       ```
   
 * Then the float rule is added somewhere for our submit button so they display 
   inline. Appearance -> Customize -> Custom CSS could be the place as well.
 * Let me know.
 * Regards.
 *  Thread Starter [adamholland81](https://wordpress.org/support/users/adamholland81/)
 * (@adamholland81)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/#post-9683083)
 * There’s nothing in the page builder with float: right for a form.
 * I added that text to help the user figure out how to register while we get this
   fixed. The button error was also happening before the “Members Login Here” was
   added too. I removed that text temporarily, and it’s still happening.
 *  Plugin Author [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * (@raster02)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/#post-9685325)
 * Then it’s your theme I guess, I thought this was intentional so you get it to
   display better.
    Go to wp-content/themes/style.css line 644 and the rule should
   be there.
 * Don’t modify it there, you can overwrite it:
 *     ```
       .form-submit {
          float: none;
       }
       ```
   
 * Add !important if it doesn’t change anything initially.
 * Regards.
    -  This reply was modified 8 years, 6 months ago by [Georgian Cocora](https://wordpress.org/support/users/raster02/).
 *  Thread Starter [adamholland81](https://wordpress.org/support/users/adamholland81/)
 * (@adamholland81)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/#post-9686853)
 * Added that code to the appearance > customize > custom css and it worked!
 * Thank you!
 *  Thread Starter [adamholland81](https://wordpress.org/support/users/adamholland81/)
 * (@adamholland81)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/#post-9686855)
 * Done

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

The topic ‘button only partially clickable’ is closed to new replies.

 * ![](https://ps.w.org/profile-builder/assets/icon-256x256.png?rev=2961144)
 * [User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor](https://wordpress.org/plugins/profile-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profile-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profile-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/profile-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profile-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profile-builder/reviews/)

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [adamholland81](https://wordpress.org/support/users/adamholland81/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/button-only-partially-clickable/#post-9686855)
 * Status: resolved