width: 100%; }
#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown {
- margin-left: -524px; }
+ margin-left: -524px;
+ min-width: 350px; }
+
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li {
+ width: 100%; }
@media screen and (max-width: 1024px) {
main.page-front {
}
#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown{
margin-left: -524px;
+ min-width: 350px;
+}
+#headerLinks > ul#menu-top-menu > li.menu-item:nth-child(3) > ul.dropdown > li {
+ width: 100%;
}
\ No newline at end of file