How to change Woocommerce Dropdown width
-
I am trying to edit the width of the dropdown width using these two CSS codes but it doesn’t seem to change anything.
1.
.header-main-layout-1 .main-header-bar-navigation .sub-menu {
width: 300px;
}2.
.elementor-nav-menu .wpml-ls-item .sub-menu {
width: 300px!important;
min-width: 300px!important;
}Image link: https://snipboard.io/Ec9fWT.jpg
I am using the Astra theme and Elementor editor
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to change Woocommerce Dropdown width’ is closed to new replies.