• Anyone have any idea why the images on this page are seated kind of high? Also, I’ve posted on e-junkie forum about the misaligned image following the second product on same page. If I remove the ADD TO CART button for that ($79) product the image following it goes back into place.
    http://panicattackology.net/mentoring

Viewing 4 replies - 1 through 4 (of 4 total)
  • looks to me like you’ve got too may css floats happening without clearing them. after the add to cart images, you should try clearing your floats with something like this:

    <div class="clear"></div>

    Where .clear is styled with clear:both

    Thread Starter chandlerwhite

    (@chandlerwhite)

    I really appreciate your reply. I’ll give it a go and let dial you in.

    Thread Starter chandlerwhite

    (@chandlerwhite)

    Would you mind explaining the second phrase? Obviously, this isn’t my forte.

    Meaning this in CSS:

    .clear { clear:both; }

    This tells the page elements to essentially stop floating over each other. Not sure how involved you are in the theme, but each ‘product’ should probably have it’s own div container to restrict the floats and general alignment of each thing to one box.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images sitting to high’ is closed to new replies.