Blog content in the image area

Homepage Community Forums Epik Theme Support Blog content in the image area

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6943
    Terence
    Customer

      http://qloudpress.com/blog/

      In blog posts, I can’t get the text to start below the image. It squeezes up the right hand side of the image and starts at the top.

      The image size used is way larger and should occupy the whole of the top of the post, but it doesn’t for some reason.

      Any idea why and how to stop it?

      #6951
      Eric
      Customer

        Oh yeah I’ve seen this on many Genesis themes. I think its because some images scale differently than others depending on the size. So if you have a large vertical image and set the image size to 900px wide, it probably won’t stretch to 900px. WP does this to avoid your images from looking to distorted and stretched.

        You could probably add a clear: both to the paragraph tags, but just in your content areas.

        .entry-content p {
            clear: both;
        }

        I’m sure that will work, but it may affect other areas of your site if you plan to have images float left next to a paragraph that is designed to “clear”


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #6987
        Terence
        Customer

          Damn, you’re good!

          [clear] by itself wouldn’t do it. I scratched my head for days.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Blog content in the image area’ is closed to new replies.