kirascolaire on "Mobile Menu"

ساخت وبلاگ

kirascolaire
Member
Posted 1 hour ago #

Hello,

I have a menu on my website () that I want to hide in mobile view.
I've tried several command such as
@media (max-width: 767px)
select.mobileMenu {
width: 100%;
display: hide;

But no success. In chrome, it seems that the code is overtaken by element.style and I can't find the css for mobile menu...

kirascolaire
Member
Posted 1 hour ago #

My website is http://kirasco.com

bdanzer29
Member
Posted 59 minutes ago #

Hi kirascolaire!

It looks like the rule you are using is not correct. Try to use this and let me know if this works. If you copy and paste media queries from chrome it doesn't inlcude the ' { '. If this doesn't work try adding !important after display: none. Hopefully this works!

@media (max-width: 767px) {
select.mobileMenu {
display: none;
}

kirascolaire
Member
Posted 15 minutes ago #

I added the rules in style.css, but it has no effect. I've checked in Chrome console and it seems that element.style is overriding style.css lines... for some strange reason.

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 420 تاريخ : سه شنبه 9 شهريور 1395 ساعت: 10:32