• Hi,
    I am viewing my invert lite site on an ipad and the middle three icons (Home Feature Box section) are displaying vertically down the page instead of horizontally like they do in the browser (leaving big gaps on the screen). Has anyone got a fix or come across this?

Viewing 1 replies (of 1 total)
  • Hi,
    It’s actually the theme design you can also check the Demo Page. Anyway, if you want them aligned horizontally use following CSS through custom CSS plugin or Child Theme

    @media only screen and (max-width: 1024px) and (min-width: 768px){
      .row-fluid .mid-box.span4{
        width: 31.491712707182323%;
      }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘icons display incorrectly in mobile device?’ is closed to new replies.