Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter abrat2014

    (@abrat2014)

    Can anyone help?? I hate that my post images are able to spill over my side bar…

    It looks to me that the sidebar is 310px wide and the image is 328px. If you did overflow:hidden on the class ‘span-8’ then you would be cutting off the last 18px of your facebook link image which might look worse than having it overflow.

    If you can’t edit the image code (I don’t know how it got there) then you might try adding this to your stylesheet:

    .span-8 img {max-width: 310px !important; height: auto}

    Not sure how successfull it would be as the img width is specified in the ing code. But worth a try!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to stop Images in Posts Bleeding over Sidebar?’ is closed to new replies.