how to make wordpress site ipad friendly

Discussion in 'WordPress' started by sixrfan, Aug 4, 2011.

  1. #1
    when this site is viewed on an ipad, the alignment is all out of whack (see attached screenshot). what's the best way to make everything align appropriately on the ipad? please advise. thanks in advance!  


    ipad.jpg  
     
    sixrfan, Aug 4, 2011 IP
  2. andrej

    andrej Notable Member

    Messages:
    3,210
    Likes Received:
    130
    Best Answers:
    0
    Trophy Points:
    220
    #2
    Is the theme that you are using adjusted for the iPad's resolution which is 1024 x 768 px?
     
    andrej, Aug 5, 2011 IP
  3. sixrfan

    sixrfan Well-Known Member

    Messages:
    354
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    i think the problem was that the theme used a lot of 100% widths. i changed them to fixed numbers and it seems to be a lot better. i used the www.ipadpeek.com tool to preview it in an ipad. i dont have one myself. do you think i still need to consider the resolution???
     
    sixrfan, Aug 5, 2011 IP
  4. andrej

    andrej Notable Member

    Messages:
    3,210
    Likes Received:
    130
    Best Answers:
    0
    Trophy Points:
    220
    #4
    andrej, Aug 5, 2011 IP
  5. adbox

    adbox Well-Known Member

    Messages:
    906
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #5
    adbox, Aug 5, 2011 IP
  6. JPMiddleton

    JPMiddleton Well-Known Member

    Messages:
    1,728
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    115
    #6
    JPMiddleton, Aug 5, 2011 IP
  7. sixrfan

    sixrfan Well-Known Member

    Messages:
    354
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #7
    looks like wptouch is for the iphone. i think i just have some float issues going on here that if i cleaned up, would render it correctly...

    but i cant figure out what they are. any thoughts? 
     
    Last edited: Aug 5, 2011
    sixrfan, Aug 5, 2011 IP
  8. sixrfan

    sixrfan Well-Known Member

    Messages:
    354
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #8
    i’m making some progress now. you’ll notice that even without an ipad, if you shrink the width of your browser screen, the site will become “out of whack” just like it does in the ipad.

    apparently the site shrinks because of the ‘responsive’ style section of the twenty eleven theme’s style.css file. there’s elements at the bottom of the style sheet that look like this
    @media (max-width: 800px) { … 
    Code (markup):
    so i tinkered enough with them to get the content portion of the site to align correctly. but i’m still having a lot of trouble figuring out which @media element i need to change to get the footer widgets to align horizontally across the page. any idea???
     
    sixrfan, Aug 8, 2011 IP