• Resolved ericnovak

    (@ericnovak)


    I’ve had this problem with several themes over the past few months so it must be a pretty common problem. If I insert an image into a page with no content instead of it pushing the footer down like it’s supposed to do (like it would do with text) the image extends PAST the footer. On pages I won’t even have content, just a picture so I really need to know how to make a picture act as content and force the footer down.

    Take a look here for an example: Link

    -Eric

Viewing 2 replies - 1 through 2 (of 2 total)
  • This CSS is on line 49 in theme file styleRed.css

    .post-wrapperagreement {
    background-color:#FFFFFF;
    border:1px solid #F3DDAC;
    ADD -->  float:left;
    padding:15px;
    width:885px;
    }

    Try adding the float: left and see if that resolves the problem.

    Thread Starter ericnovak

    (@ericnovak)

    Stvwlf,
    Thanks a ton. That worked like a charm. Seems that the share button is still off to the right but that can be easily resolved…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Extends Past Template End’ is closed to new replies.