Support » Themes and Templates » [Theme: Twenty Eleven] Problem three footer areas on IPAD

  • Hi,
    the three areas of the footer on my ipad are not side by side but one below the other, as if there were problems of float. Has anyone been able to see this issue …. and fix it!?
    thanks a lot!

Viewing 1 replies (of 1 total)
  • Thread Starter Filipposky

    (@filipposky)

    ok..

    @media (max-width: 800px) {
         #page {
           min-width: 700px;
             }
    
    /* YESSS need to float footer widgets at this size */
    
    	#colophon #supplementary .widget-area {
    float: left;
    width: 33%;}
Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Twenty Eleven] Problem three footer areas on IPAD’ is closed to new replies.