header resposive issue
This commit is contained in:
parent
461d594c6a
commit
7985c4c225
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js",
|
||||
"/css/shop.css": "/css/shop.css"
|
||||
"/js/shop.js": "/js/shop.js?id=0076f480705e7ce1f8e0",
|
||||
"/css/shop.css": "/css/shop.css?id=9a82ebb8ac9c222409b3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -823,12 +823,13 @@ section.slider-block {
|
|||
}
|
||||
}
|
||||
|
||||
.cart-link {
|
||||
pointer-events: none;
|
||||
.cart-dropdown-container {
|
||||
border-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.search-box, .menu-box {
|
||||
display: none;
|
||||
.cart-link {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
ul.dropdown-list {
|
||||
|
|
@ -967,6 +968,10 @@ section.slider-block {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.search-box, .menu-box {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1128,6 +1133,18 @@ section.slider-block {
|
|||
|
||||
.header-top {
|
||||
div.right-content {
|
||||
display: inherit;
|
||||
|
||||
.menu-box {
|
||||
display: inline-block;
|
||||
margin-left:10px;
|
||||
}
|
||||
|
||||
.search-box {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.right-content-menu {
|
||||
> li {
|
||||
border-right: none;
|
||||
|
|
@ -1142,14 +1159,10 @@ section.slider-block {
|
|||
pointer-events: all;
|
||||
}
|
||||
|
||||
.arrow-down-icon, .name, .account-text {
|
||||
.arrow-down-icon, .name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.search-box, .menu-box {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.cart-dropdown-container {
|
||||
.dropdown-container {
|
||||
display: none;
|
||||
|
|
|
|||
|
|
@ -28,10 +28,12 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="right-content">
|
||||
<ul class="right-content-menu">
|
||||
|
||||
<li class="search-box"><span class="icon icon-search" id="search"></span></li>
|
||||
<div class="right-content">
|
||||
|
||||
<span class="search-box"><span class="icon icon-search" id="search"></span></span>
|
||||
|
||||
<ul class="right-content-menu">
|
||||
|
||||
{!! view_render_event('bagisto.shop.layout.header.currency-item.before') !!}
|
||||
|
||||
|
|
@ -62,7 +64,7 @@
|
|||
<span class="dropdown-toggle">
|
||||
<i class="icon account-icon"></i>
|
||||
|
||||
<span class="account-text">{{ __('shop::app.header.account') }}</span>
|
||||
<span class="name">{{ __('shop::app.header.account') }}</span>
|
||||
|
||||
<i class="icon arrow-down-icon"></i>
|
||||
</span>
|
||||
|
|
@ -137,8 +139,9 @@
|
|||
|
||||
{!! view_render_event('bagisto.shop.layout.header.cart-item.after') !!}
|
||||
|
||||
<li class="menu-box" ><span class="icon icon-menu" id="hammenu"></span></li>
|
||||
</ul>
|
||||
|
||||
<span class="menu-box" ><span class="icon icon-menu" id="hammenu"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue