Issue with columns on iPad

Homepage Community Forums Epik Theme Support Issue with columns on iPad

Tagged: ,

  • This topic has 5 replies, 3 voices, and was last updated 11 years ago by Wes.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4032
    elenabrz
    Customer

      Hi Wes

      I don’t have an iPad, but when I launched my site,  I got a tweet from a follower with this pic: https://twitter.com/JAIROAMAYA/status/324459487098445824/photo/1

      That sections has 4 columns wrapped in their columns divs and a sentence below, is that wrong? or is there an issue on Ipad?

      Thanks!

      #4040
      Wes
      Moderator

        I don’t have my ipad with me, but I can see the same thing when the browser is resized. To fix this you could add “word-wrap: break-word;” to your css around line 833. Look for this –

        `.five-sixths,
        .four-fifths,
        .four-sixths,
        .one-fifth,
        .one-fourth,
        .one-half,
        .one-sixth,
        .one-third,
        .three-fifths,
        .three-fourths,
        .three-sixths,
        .two-fifths,
        .two-fourths,
        .two-sixths,
        .two-thirds {
        float: left;
        margin-left: 4.166666666%; /* 48px / 1152px */
        word-wrap: break-word;
        }`

        #4085
        elenabrz
        Customer

          Hi Wes

          That fixed it, but still that user tells me there’s sth else looking weird: https://twitter.com/JAIROAMAYA/status/325902625625210880/photo/1

          Thanks!

          #4100
          Wes
          Moderator

            I just checked on my iPad and its working fine. Here is a screenshot from my iPad – http://i.imgur.com/LinOLGz.png

            Ask them to hit the reload button on their browser (that will clear the cache).

            #4168
            imajworks
            Customer

              I’m also experiencing problems since updating to Genesis 1.9.2. Prior to that upgrade, the iPad responsive design stacked everything nicely but now I’m having the same issue. https://appfinite.com/topic/ipad-responsive-design-problem/

              #4189
              Wes
              Moderator

                @imajworks you had a different issue. I responded to your post with the solution here – https://appfinite.com/topic/ipad-responsive-design-problem/

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.