You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new "full width hamburger" menu options works fine but as soon as you resize the window while the menu is open it will set the left position to 0 on the element. Closing and reopening it again will calculate the correct left position again.
To reproduce:
add menu
enable full width
resize the window while looking at the frontend page
Expected behavior:
keep the width
maybe NOT use JS to set the width but CSS. Before the new JS I've just used left: calc(100vw - [margin value]) and width:100vw
Screenshots:
after resize:
Isolating the problem:
[] This bug happens with no other plugins activated
This bug happens with a default WordPress theme active
I can reproduce this bug consistently using the steps above
WordPress version:
6.6.1
Elementor version:
3.23.4
The text was updated successfully, but these errors were encountered:
Describe the bug:
The new "full width hamburger" menu options works fine but as soon as you resize the window while the menu is open it will set the
left
position to 0 on the element. Closing and reopening it again will calculate the correct left position again.To reproduce:
Expected behavior:
left: calc(100vw - [margin value])
andwidth:100vw
Screenshots:
after resize:
Isolating the problem:
WordPress version:
6.6.1
Elementor version:
3.23.4
The text was updated successfully, but these errors were encountered: