Fixed Width On SmallScreen

This commit is contained in:
Devansh 2020-08-21 15:04:00 +05:30
parent 79b34eed8f
commit ae438e9306
4 changed files with 19 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/velocity.js": "/js/velocity.js?id=f546a88f7782011a53dd",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=612d35e452446366eef7",
"/css/velocity.css": "/css/velocity.css?id=72cf9eb7824c25e1dad8"
"/css/velocity.css": "/css/velocity.css?id=6fdfc5106a6165fc591e"
}

View File

@ -3,7 +3,7 @@
display: none !important;
}
@media only screen and (max-width: 1100px) {
@media only screen and (max-width: 1192px) {
.footer {
.footer-content {
.newsletter-subscription {
@ -29,6 +29,20 @@
}
}
}
#search-form {
.selectdiv {
+ div {
input {
width: 220px;
}
}
}
}
.image-search-container {
right: 60px;
}
}

View File

@ -64,7 +64,7 @@
<script type="text/x-template" id="searchbar-template">
<div class="row no-margin right searchbar">
<div class="col-lg-6 col-md-12 no-padding input-group">
<div class="col-lg-5 col-md-12 no-padding input-group">
<form
method="GET"
role="search"
@ -124,7 +124,7 @@
</form>
</div>
<div class="col-6">
<div class="col-lg-7 col-md-12">
{!! view_render_event('bagisto.shop.layout.header.cart-item.before') !!}
@include('shop::checkout.cart.mini-cart')
{!! view_render_event('bagisto.shop.layout.header.cart-item.after') !!}