Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
we’ve the problem that the navigation text is shown below the actual menu bar.
This problem seems to be responsive, as ist is only shown on the ipad wide mode. How can we fix that?
Here is a screen: https://www.dropbox.com/s/zxid5e2eoxistbx/IMG_0069.PNG?dl=0
Best,
Adrian
i fixed it with the following code:
[code]
@media (max-width: 1100px){
header#header #navigation { display: none;}
.mobile_small_menu { display: block;}
#logo { left: 40%;
position: relative;
float: left;
height: 100%;
}
}
[/code]
Hello,
Nice to see you fixed it. Thanks for sharing your solution.
Best regards!
You must be logged in to reply to this topic.