Okay
  Public Ticket #245883
Ipad resolution weirdness
Closed

Comments

  • Jordan started the conversation

    When this gets sized to resolutions smaller than 1280 (like early ipads etc) and larger than phones (about 720) the menus become a complete train wreck with the logo etc.

    Im not sure how to make it size correctly or what to add when it reaches those/resolutions x.x can ya help me out?

    Thanks!

  •  988
    ThemeNectar replied

    Hey Jordan!

    Add this into the custom css box located in your Salient Options panel: 

    @media only screen and (min-width: 1000px) and (max-width: 1300px) { 
       #header-outer #logo img { 
          padding: 8px 8px 8px 0px!important;
       }
       header#top nav ul:not(.sub-menu) li a {
         padding-left: 6px!important;
         padding-right: 6px!important;
      }
    }
    

    Cheers