Ipad Menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14215

    Hi guys,

    Just ironing out some final things. On the ipad the menu seams all weird, are you able to help with this?

    zazenwebdesign.com

    Ben

    #14221
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    @media only screen and (max-width: 1024px)
    {
    #primary-menu {
      float: right;
      margin-right: 0;
      padding-top: 0;
      top: -20px;
    }}
    @media only screen and (max-width: 1024px)
    {
    #header.sticky #site-logo {
      top: 35px;
    }}
    

    Pls adjust the values according to your requirement.

    #14226

    perfect, no tweaking needed at all.

    Ben

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Ipad Menu’ is closed to new replies.