Commit 56aa9dab authored by Chi Bui's avatar Chi Bui 👀

update 22/08

parent 8ef1f539
...@@ -181,9 +181,7 @@ article.commerce-product.teaser .product-image img { ...@@ -181,9 +181,7 @@ article.commerce-product.teaser .product-image img {
#not-found-section { #not-found-section {
padding: 50px 0px 100px; padding: 50px 0px 100px;
} }
body {
overflow-x: hidden;
}
.not-found-body { .not-found-body {
max-width: 70%; max-width: 70%;
margin: auto; margin: auto;
...@@ -568,7 +566,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li { ...@@ -568,7 +566,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
} }
@media(min-width: 991px) and (max-width:1200px) { @media(min-width: 991px) and (max-width:1200px) {
.middle-header-wrapper .region-right-middle-header .cart-block-wrapper a.cart-icon { .middle-header-wrapper .region-right-middle-header .cart-block-wrapper a.cart-icon {
margin-left: 0 !important; margin-left: 0 !important;
margin-right: 8px !important margin-right: 8px !important
...@@ -1415,6 +1413,9 @@ header.navbar .block-search-navigation .search-icon { ...@@ -1415,6 +1413,9 @@ header.navbar .block-search-navigation .search-icon {
} }
/* invi 991 response */ /* invi 991 response */
@media (max-width: 991px) { @media (max-width: 991px) {
body {
overflow-x: hidden;
}
.main-container{ .main-container{
height: auto !important; height: auto !important;
} }
...@@ -13415,6 +13416,12 @@ a { ...@@ -13415,6 +13416,12 @@ a {
.search-product .col { .search-product .col {
padding: 10px; padding: 10px;
} }
.views-view-grid article.commerce-product.teaser{
box-shadow: 0px 0px 7px 0px rgba(0,0,0,.21);
overflow: hidden;
margin-bottom: 15px;
}
.search-product .product-wrapper{ .search-product .product-wrapper{
box-shadow: 0px 0px 7px 0px rgba(0,0,0,.21); box-shadow: 0px 0px 7px 0px rgba(0,0,0,.21);
overflow: hidden; overflow: hidden;
...@@ -13451,8 +13458,11 @@ header.navbar .category-menu ul.menu li.more-category{ ...@@ -13451,8 +13458,11 @@ header.navbar .category-menu ul.menu li.more-category{
header.navbar .category-menu ul.menu li.less-category{ header.navbar .category-menu ul.menu li.less-category{
position: relative; position: relative;
} }
.menu--category-menu.product ul.sidebar-submenu-2 li a{
line-height: initial !important;
}
.menu--category-menu .open ul.sidebar-submenu-2 li a{ .menu--category-menu .open ul.sidebar-submenu-2 li a{
/* line-height: 1.5; */ line-height: 1.5;
padding: 0 20px !important; padding: 0 20px !important;
} }
.menu--category-menu .open ul.sidebar-submenu-2 li:nth-child(10), .menu--category-menu .open ul.sidebar-submenu-2 li:nth-child(10),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment