mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
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:
@@ -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') ); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user