Hey Paul!
-
Thanks great! it worked!, Solved!
-
Thanks! Solved!
-
as for 3, i set everything you told me, i just dont understand why this menu does not has toggle when screen collapse to 1200px, thought when i view the store menu in sandbox it does collapses
i have positioned the store menu with a css, perhaps i missed the responsive toggle id or something?
how exacly can i know the id of the responsive toggle so i can put it in css as well when screen collapses?
please help, i appreciate your help very much! its realy my last thing left on my website.
.woocommerce-page #ubermenu-store-93-store-menu-2 {
visibility: visible;
position: fixed;
left: 580px;
top: 33px;
z-index: 99999999 !important;
}
A little update:
This is all the css code for my store menues , store and cart menues.
when i am removing them, they do show in the store and they are responsive, but they are in a mess and not positioned well.
something in the css code here is missing to allow them to be responsive toggled
those are all my store menus css:
/*
// Shop Menu
*/
#cart {
position: fixed;
top: 37px;
left: 0;
z-index: 99999;
}
/ max-height: 58px !important;
@media screen and (max-width: 1200px) {
.woocommerce .ubermenu-responsive-toggle .ubermenu-responsive-toggle-store .ubermenu-skin-black-white-2 .ubermenu-loc-store-menu .ubermenu-responsive-toggle-content-align-center .ubermenu-responsive-toggle-align-full {
visibility: visible;
position: fixed;
left: 580px;
top: 33px;
z-index: 99999999 !important;
}
}
@media screen and (max-width: 1200px) {
.woocommerce .ubermenu-responsive.ubermenu-responsive-collapse {
max-height: 58px !important;
}
}
.woocommerce-page #ubermenu-nav-main-37-primary {
display: none;
position: relative;
}
.woocommerce-page #sfm-mob-navbar {
display: none;
position: relative;
}
.woocommerce-page .x-topbar {
display: none;
position: relative;
}
.woocommerce-page .ubermenu-responsive-toggle {
display: none;
position: relative;
}
.woocommerce-page #ubermenu-store-93-store-menu-2 {
visibility: visible;
position: fixed;
left: 580px;
top: 33px;
z-index: 99999999 !important;
}
.woocommerce-page .ubermenu-nav-cart-153-cart-menu {
position: fixed;
left: 0px;
top: 70px;
}
Please Help me solve this, i dont understand much in css, perhaps some line is missing. because when i remove all this code , they do responsive toggle.
if its too much work for you then i can understand.
i dont want to be annoying, only if you can help and its easy for you i would very much appreciate it!