Hello,
great Theme, but i have a problem with mobile devices:
when i open the site on a mobile phone the navbar disappears
her is the site i´m working on (still in progress):
http://www.rswr.de/wordpress_351-de/wordpress/
can anyone help me?
Jan
sonai from wordpress.org told me this solution an it worked:
paste this code at your custom css:
@media (max-width: 800px)
{
#access
{
position: relative !important;
}
#access ul
{
height: auto;
width: 100%;
}
#access ul li a {
height: auto !important;
padding: 10px 0;
}
}