This commit is contained in:
merdan 2023-01-06 16:45:15 +05:00
parent b3c3532f14
commit f80f46bf2d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
<!-- Favourites -->
<form class="wishlist-{{ $product->product_id }}" action="{{ route('customer.wishlist.add', $product->product_id) }}" method="POST">
@csrf
<button type="button" class="item-gallery-fav" style="opacity: 1; pointer-events: unset; position: static; margin-left:-40px;"
<button type="button" class="item-gallery-fav" style="opacity: 1; pointer-events: unset; position: static; margin-left:-45px; margin-top: -110px"
@guest('customer')
onclick="document.querySelector('.logged-false').click(); return false;"
@else