Widget content offset
-
So there seems to be a bug with the widget where the text sits next to the title (as shown)
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 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Widget content offset’ is closed to new replies.