Correct mobile class on account delete tab heading

.uimob300-hide (instead of .uimob340-hide) applied to element meant the "display:none" styling did not get applied on mobile screens.
This commit is contained in:
Tosin Afolabi
2016-12-01 02:08:20 +01:00
committed by GitHub
parent de4d06c29a
commit db6fc8aa00
+1 -1
View File
@@ -213,7 +213,7 @@
if ( $output ) { ?>
<div class="um-account-heading uimob300-hide uimob500-hide"><i class="<?php echo $icon; ?>"></i><?php echo $title; ?></div>
<div class="um-account-heading uimob340-hide uimob500-hide"><i class="<?php echo $icon; ?>"></i><?php echo $title; ?></div>
<?php echo wpautop( um_get_option('delete_account_text') ); ?>