From 3142e93d52e15ed496ccaaf9f695d9b667beac17 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 15 Sep 2023 09:25:55 +0700 Subject: [PATCH] Fix Balance Header --- ui/ui/sections/user-header.tpl | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/ui/ui/sections/user-header.tpl b/ui/ui/sections/user-header.tpl index e5666a96..7965899a 100644 --- a/ui/ui/sections/user-header.tpl +++ b/ui/ui/sections/user-header.tpl @@ -28,11 +28,12 @@ background: yellow; } - .content-wrapper{ + .content-wrapper { margin-top: 50px; } + @media (max-width: 767px) { - .content-wrapper{ + .content-wrapper { margin-top: 100px; } } @@ -55,23 +56,24 @@ Toggle navigation - {if $_c['enable_balance'] == 'yes'} - - {/if}