Hi,
i tried to disable the “Header Phone Number/Extra Info” on the desktop version only. I want this Info just on the mobile version.
If i use this css it works:
@media only screen and (min-width: 769px) {
#header_meta {
display: none;
}}
The Problem my megamenu-submenu (Leistungen) is half hidden too. Please see the screenshot, i disabled the css.
https://www.dropbox.com/s/1ujju2125om68ry/Screen%20Shot%202015-12-28%20at%20%2020.18.36.png?dl=0
Hi dondela!
That is weird. Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Thanks for helping, see the admin details below.
uuups
Hey!
Which browser and OS are you using?
I checked your website on Firefox, Chrome and Safari on OS X 10.11 and it does look fine on my end. Please see screenshots in private content field
Edit: I realized that code was not added. I added the code above and additional one in Quick CSS field. Please review your website now
Cheers!
Yigit
Yes because i disabled the css. Now it is enabled and you can see the error.
:-) We are too fast both.
I figured it out: I added a !important and now the megamenu works as expected.
Thanks again!
@media only screen and (min-width: 769px) {
#header_meta {
display: none;
}}
#header .six.units {
width: 435px!important;
}