Blair

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Word wrap splits the words in half on mobile version #19516
    Blair
    Customer

      Well, I didn’t personally, but that doesn’t mean HTML wasn’t added. I hired a tech guy to migrate my site from another genesis theme. I wasn’t aware that he added any code, but now that I know he has, I will ask him if he can fix it. Thanks for your help Wes!

      in reply to: Top image cut in half in mobile version #19491
      Blair
      Customer

        Since landscape looks fine on the iPhone let’s just do it for portrait. I will try to figure out what dimensions to scale the image to so that I can make a version that will work in portrait.

        Thanks so much!

        in reply to: Word wrap splits the words in half on mobile version #19490
        Blair
        Customer

          Thanks Wes. Where exactly do I paste this into the HTML? As of now the plain text is in the front page 9 widget section using the Genesis – eNews Extended widget. It seems the widget converts it all into HTML so is there somewhere else I should paste it or should I paste it into the widget?

          in reply to: Word wrap splits the words in half on mobile version #19478
          Blair
          Customer

            The site is http://www.spoonfulofparadise.com

            Thanks so much Wes! I tried deleting the word-wrap: break-word; line in the widget brackets like you suggested. It seems to turn off text wrapping altogether on a couple of the widgets. So I tried to just delete the word break-word; instead, but the same problem. Plus it is still breaking some of the words in half, which leads me to believe there may be another place with that line of code. Sure enough I searched and found it in two other places as well. I have pasted them below.

            .comment-content {
            clear: both;
            word-wrap: break-word;
            }

            and

            .site-inner {
            background-color: #fff;
            clear: both;
            margin-top: 170px;
            position: relative;
            z-index: 9;
            -word-wrap: break-word;
            }

            in reply to: Top image cut in half in mobile version #19476
            Blair
            Customer

              That would be great! I can definitely edit the image into any size or dimension. I would really appreciate you showing me where to add the code! Will the code specify the orientation of the device? It only cuts off the outside person in portrait orientation. Or do i have to use one image for both orientations? If so, I may need to experiment with dimensions? Also, does the image need to be large enough to use on larger mobile devices, like iPads? I have a feeling the dimension ratio is more important here than the actual image size. Does that make sense?

              Thank you so much for your help with this!

              in reply to: Top image cut in half in mobile version #19462
              Blair
              Customer
              Viewing 6 posts - 1 through 6 (of 6 total)