diff --git a/ui/ui/autoload.tpl b/ui/ui/autoload.tpl index d96e117b..86f0d744 100644 --- a/ui/ui/autoload.tpl +++ b/ui/ui/autoload.tpl @@ -1,4 +1,4 @@ {foreach $d as $ds} - + {/foreach} \ No newline at end of file diff --git a/ui/ui/sections/user-header.tpl b/ui/ui/sections/user-header.tpl index cdbee5ad..e90f29bf 100644 --- a/ui/ui/sections/user-header.tpl +++ b/ui/ui/sections/user-header.tpl @@ -27,6 +27,15 @@ color: red; background: yellow; } + + .content-wrapper{ + margin-top: 50px; + } + @media (max-width: 767px) { + .content-wrapper{ + margin-top: 100px; + } + } {if isset($xheader)} @@ -37,8 +46,7 @@