diff --git a/modules/ps_customersignin/ps_customersignin.tpl b/modules/ps_customersignin/ps_customersignin.tpl
index 35df7fd..dd741c4 100644
--- a/modules/ps_customersignin/ps_customersignin.tpl
+++ b/modules/ps_customersignin/ps_customersignin.tpl
@@ -22,7 +22,7 @@
  * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
  * International Registered Trademark & Property of PrestaShop SA
  *}
-<div id="_desktop_user_info" class="relative">
+<div id="_desktop_user_info" class="relative max-md:hidden">
   <div class="flex max-w-[200px] justify-end mx-4">
     {if $logged}
       <a
diff --git a/templates/_partials/header.tpl b/templates/_partials/header.tpl
index 0eb8e92..79c26ea 100644
--- a/templates/_partials/header.tpl
+++ b/templates/_partials/header.tpl
@@ -35,7 +35,7 @@
         <div class="w-full">
           {hook h='displayMainMenu'}
         </div>
-        <div class="relative right-16 hidden items-center justify-end sm:flex lg:right-0">
+        <div class="relative right-16 items-center justify-end sm:flex lg:right-0">
           {hook h='displayTop'}
         </div>
       </div>