Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #174690

    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.

    #175046

    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

    #175350

    Thanks Yigit! You the man! :-) RESOLVED

    Have a great day!

    -Pat

    #175351

    Hey!

    You are welcome! You do too :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main Menu dissappeared in iPad (portrait) view’ is closed to new replies.