Found a bug in navigation elementor widget
-
Hello
I found a bug in the navigation widget.
The “space between option” will be 0 on tablet and mobile no matter what you set it to it will reset to 0
This is from the developer tools. the “!important” is something I put there as a fix until you fix it in the plugin.
This is the output copy pasted from developer tools since I can’t copy paste pictures
@media (max-width: 767px) {
body .elementor-1428 .elementor-element.elementor-element-3375a6e nav.hfe-nav-menu__layout-vertical .hfe-nav-menu > li.menu-item:not(:last-child) {
- margin-bottom: 0px;
}
}post-1428.c…32473551:11
@media (max-width: 1024px) {
body .elementor-1428 .elementor-element.elementor-element-3375a6e nav.hfe-nav-menu__layout-vertical .hfe-nav-menu > li.menu-item:not(:last-child) {
- margin-bottom: 0px;
}
}new-footer/…ew=true:186
.elementor-1428 .elementor-element.elementor-element-3375a6e nav:not(.hfe-nav-menu__layout-horizontal) .hfe-nav-menu > li.menu-item:not(:last-child) {
- margin-bottom: 25px !important;
}post-1428.c…32473551:11
@media (max-width: 1024px) {
.elementor-1428 .elementor-element.elementor-element-3375a6e nav:not(.hfe-nav-menu__layout-horizontal) .hfe-nav-menu > li.menu-item:not(:last-child) {
- margin-bottom: 25px;
}
}post-1428.c…732473551:1
.elementor-1428 .elementor-element.elementor-element-3375a6e nav:not(.hfe-nav-menu__layout-horizontal) .hfe-nav-menu > li.menu-item:not(:last-child) {
- margin-bottom: 25px;
}
The topic ‘Found a bug in navigation elementor widget’ is closed to new replies.