This topic has 10 replies, 3 voices, and was last updated 4 years, 7 months ago ago by Olga Barlow
hi,
I have created my submenu and set the static block to 100% width (minimum 1600px) – still there’s a padding/margin going on, how do I remove?
Hello,
Please provide temporary wp-admin access, so we can take a closer look.
Regards
User name and PW in private content
I have the site as boxed
hi again,
Additional question. Is it possible to have Add To Cart open up the off canvas cart instead of the standard notification?
Hello,
1) Add the next code in Theme Options > Theme Custom CSS:
@media only screen and (min-width: 992px) {
.item-design-mega-menu .nav-sublist-dropdown {
left: 0 !important;
margin: 0 !important;
right: 0 !important;
width: 100% !important;
max-width: 100% !important;
transform: none !important;
}
.item-design-mega-menu, .header-top, .header-main, .header-bottom, .header-wrapper .et_column.pos-static ~ .et_column:last-child {
position: static;
}
}
2) There is no such possibility for variable products because such products can’t be added to cart without page refresh.
Regards
Thank you so much. That did the trick!
Thanks also for the reply about add to cart
Hi again,
Now I can’t go to the submenu, when I leave the parent item the menu goes away
Hello,
Add this code also
.item-design-mega-menu:before {content: ""; width: 145px; height: 115px; position: absolute; z-index: 3;}
Regards
Thank you Rose, that seemed to fix it.
Appreciate the help
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up