forked from brooksbingham/theme-elegance
refactor: show cart icon on mobile and tablet devices
parent
cad2d48351
commit
55918f8441
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue