diff --git a/packages/Webkul/Shop/src/Resources/views/products/add-to-cart.blade.php b/packages/Webkul/Shop/src/Resources/views/products/add-to-cart.blade.php index 6887730ee..6bf050b01 100755 --- a/packages/Webkul/Shop/src/Resources/views/products/add-to-cart.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/products/add-to-cart.blade.php @@ -1,7 +1,7 @@ {!! view_render_event('bagisto.shop.products.add_to_cart.before', ['product' => $product]) !!} @php - $width = (core()->getConfigData('catalog.products.storefront.buy_now_button_display') == 1) ? '49' : '95'; + $width = (core()->getConfigData('catalog.products.storefront.buy_now_button_display') == 1) ? '49' : '100'; @endphp