.top-bar-section li:not(.has-form) a:not(.button) {
background: none; }
+.top-bar-section ul li:nth-child(5) .dropdown {
+ min-width: 350px; }
+
+.top-bar-section ul li:nth-child(5) .dropdown > li {
+ width: 100%; }
+
@media screen and (max-width: 1024px) {
main.page-front {
padding: 0; } }
$($topMenu).css("font-size", "16px");
$($topMenu).css("padding", "10px 5px");
});
- var $placesToStay = $(".top-bar-section").find("ul#menu-main-menu").find("li.menu-item").eq(4);
- $placesToStay.on("click", function () {
- alert("Test");
- });
- $placesToStay.find('.dropdown').css("min-width", "375px");
- $placesToStay.find('.dropdown').children("li").css("width", "100%");
+// var $placesToStay = $(".top-bar").find(".top-bar-section").children("ul#menu-main-menu").find("li.menu-item").eq(4);
+// $placesToStay.on("click", function () {
+// alert("Test");
+// });
+// $placesToStay.find('.dropdown').css("min-width", "375px");
+// $placesToStay.find('.dropdown').children("li").css("width", "100%");
});
$($topMenu).css("font-size", "16px");
$($topMenu).css("padding", "10px 5px");
});
- var $placesToStay = $(".top-bar-section").find("ul#menu-main-menu").find("li.menu-item").eq(4);
- $placesToStay.on("click", function () {
- alert("Test");
- });
- $placesToStay.find('.dropdown').css("min-width", "375px");
- $placesToStay.find('.dropdown').children("li").css("width", "100%");
+// var $placesToStay = $(".top-bar").find(".top-bar-section").children("ul#menu-main-menu").find("li.menu-item").eq(4);
+// $placesToStay.on("click", function () {
+// alert("Test");
+// });
+// $placesToStay.find('.dropdown').css("min-width", "375px");
+// $placesToStay.find('.dropdown').children("li").css("width", "100%");
});
}
.top-bar-section li:not(.has-form) a:not(.button){
background: none;
+}
+.top-bar-section ul li:nth-child(5) .dropdown{
+ min-width: 350px;
+}
+.top-bar-section ul li:nth-child(5) .dropdown > li {
+ width: 100%;
}
\ No newline at end of file