Hi,
i use Enfold with a vertical Menue and I have a problem with the sub-menus on the ipad. The sub menus do not have the required width and cut off the menu items. I have a few things in Quickcss already tried but so far without success.
Thank you for your help.
regards
Arndt
Hey art9-de!
Thank you for using Enfold.
You can move the menu upwards when viewing on mobile device:
@media only screen and (min-width: 768px) and (max-width: 989px) {
strong.logo {
display: none;
}
}
Cheers!
Ismael
Hi Ismael,
this does not work for me.
I think therer are to possible solutions.
1. use of the small Device Menue on ipad not only on iphone
2. possibility to enlarge the submenues (i didn´t found a way to enlarge it with quick css)
you see the problem at the website http://www.otte-immobilien.de when you use a ipad or tablet at the menue “Kaufen” and “Mieten” the second column is always to short.
Cheers
Arndt
Hi!
use this in Quick CSS:
@media only screen and (max-width: 1024px) {
#header .six.units {
width: 375px;
}}
Regards,
Andy
Hi,
there is no change
Arndt
Hi!
Please try adding !important rule as following
@media only screen and (max-width: 1024px) {
.avia_mega_div.six.units {
width: 378px!important;
}}
Cheers!
Yigit
Yes!
Thank You and a Happy New Year
Arndt