Title: Widget content offset
Last modified: August 21, 2016

---

# Widget content offset

 *  Resolved [R3v07v3R](https://wordpress.org/support/users/r3v07v3r/)
 * (@r3v07v3r)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/widget-content-offset/)
 * So there seems to be a bug with the widget where the text sits next to the title(
   [as shown](http://gyazo.com/560d3fcff77f7f4009e826773cb53618))
 * So the fix for it that I found was to add a break to this file: /wp-content/plugins/
   wp-modal-login/widget/views/widget.php
 * Change this:
 *     ```
       echo $args['after_title'];
   
       echo add_modal_login_button( $login_text, $logout_text, $logout_url, $show_admin );
       ```
   
 * To this:
 *     ```
       echo $args['after_title'];
   
       echo "<br />";
   
       echo add_modal_login_button( $login_text, $logout_text, $logout_url, $show_admin );
       ```
   
 * [http://wordpress.org/plugins/wp-modal-login/](http://wordpress.org/plugins/wp-modal-login/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [R3v07v3R](https://wordpress.org/support/users/r3v07v3r/)
 * (@r3v07v3r)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/widget-content-offset/#post-4009568)
 * I hope this helps your Plug in.
 * ~!~ Closed ~!~

Viewing 1 replies (of 1 total)

The topic ‘Widget content offset’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-modal-login_999999.svg)
 * [WP Modal Login](https://wordpress.org/plugins/wp-modal-login/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-modal-login/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-modal-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-modal-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-modal-login/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [R3v07v3R](https://wordpress.org/support/users/r3v07v3r/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/widget-content-offset/#post-4009568)
 * Status: resolved