Commit 646b9f47 authored by Chi Bui's avatar Chi Bui 👀

update css 20/08

parent c83064e5
...@@ -648,7 +648,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li { ...@@ -648,7 +648,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
} }
.menu--category-menu.product { .menu--category-menu.product {
overflow:auto; overflow:auto;
max-height: 729px; max-height: 785px;
} }
.menu--category-menu.product .open ul.sidebar-submenu-2{ .menu--category-menu.product .open ul.sidebar-submenu-2{
position: relative; position: relative;
......
...@@ -62,7 +62,7 @@ for (i = 0; i < acc.length; i++) { ...@@ -62,7 +62,7 @@ for (i = 0; i < acc.length; i++) {
console.log('cccc') console.log('cccc')
var current = location.pathname; var current = location.pathname;
if(current == "/products"){ if(current == "/products"){
$(".menu.menu--category-menu.nav").removeClass('hide-block').removeClass('not-home').css({"top":"140px"}).addClass('product'); $(".menu.menu--category-menu.nav").removeClass('hide-block').removeClass('not-home').css({"top":"68px"}).addClass('product');
} }
else if(current.length > 17){ else if(current.length > 17){
......
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