diff --git a/htdocs/wp-content/themes/lawcarta/header.php b/htdocs/wp-content/themes/lawcarta/header.php index b38959a..0d50165 100644 --- a/htdocs/wp-content/themes/lawcarta/header.php +++ b/htdocs/wp-content/themes/lawcarta/header.php @@ -79,7 +79,7 @@ $lawCartaUrl = "$scheme$host$port"; if (ev.origin.indexOf('') !== -1) { document.getElementById('header-menu').insertAdjacentHTML('beforeend', ev.data); if ($('#is-guest').text() == 'true') { - $('.guest-data').show(); + $('.guest-data').css('display', 'inline-block'); } else { $('.home-label').text('Dashboard').attr('href', '/dashboard'); }