Tagged: iPad, responsive
Ok, so when i centered the logo, it threw much of my responsiveness out of whack. I am adding media queries and so far so good with everything (except the iPad [portrait] view). The menu seems to have disappeared altogether.
Here is a screenshot in iPad portrait view : http://postimg.org/image/xy03o4mab/
Here’s my url to the site : http://goo.gl/GbgbhY
Thank you for help guys.
Hi Pat!
Please add following code to Quick CSS
.responsive .mobile_menu_tablet .main_menu {
display: block;
}
It was set to display: none; for some reason
Regards,
Yigit
Thanks Yigit! You the man! :-) RESOLVED
Have a great day!
-Pat