Theme update responsive navigation
Hello,
I updated the theme..http://drjohncarpendale.ca/wp3/
And we have updated again the css for the 1240 to be responsive in the 1024. Its working fine in 1024 but in 768 the navigation is just showing up..Not sure why..Please see site http://drjohncarpendale.ca/wp3/
Cheers
I updated the theme..http://drjohncarpendale.ca/wp3/
And we have updated again the css for the 1240 to be responsive in the 1024. Its working fine in 1024 but in 768 the navigation is just showing up..Not sure why..Please see site http://drjohncarpendale.ca/wp3/
Cheers
Comments
as we see, everything works on iPad so don't understand what you exactly mean.
Hello, Please see in the responsive design view with the size of 768..Cheers
Also, is there a way that in 1024 that the font size of navigation is smaller, for now its breaking down, we would like to be in straight line..I know need to do with spacing and making the navigation font smaller with media queries.. Im just not sure what the right media queries for it to worked..
Cheers
@media only screen and (max-width: 1024px)
{
.menu-highlight #Top_bar .menu > li {
margin: 0;
}
.menu-highlight #Top_bar .menu > li a {
font-size: 14px;
}
}
Not sure if its right though..