Fixed Width On SmallScreen
This commit is contained in:
parent
79b34eed8f
commit
ae438e9306
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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') !!}
|
||||
|
|
|
|||
Loading…
Reference in New Issue