Jump to content

Recommended Posts

Posted

I've had thumbnail page problems in the past, but with the help of this forum fixed them.

However, now another one and I can't see the answer. The top row, numbers one and two thumbs have gotten out of alignment. Appreciate some help. This page

Posted (edited)

Hi Wayne

I took a quick look and I think your problem is because the the last four image sizes are reversed to tall for there container throwing everything off Ill bet if you make the last four the same size as the rest will fix the problem.

Edited by coollew
Posted

I took a quick look and I think your problem is because the the last four image sizes are reversed to tall for there container throwing everything off

 

I haven't had time to thoroughly play with the page yet, but that's not it.

Posted

Ok - I honestly am not sure why this is happening - it only happens to the first row of images, no matter how many or which images.

 

BUT - after I removed all the <br> tags (they shouldn't be there anyway - use margins or padding for space), things fell into place. I added a padding-top to #images to make up for the removed <br> tag, and voila

 

The portrait-oriented images at the end of the list don't line up, because of the different dimension. You may need to put them in a different class with different margins to make up for the difference. That might be hard to do in a row where you're mixing orientations.

Posted

Thanks, Andrea. I removed the <br>'s and the thumbs lined up as you said. Did you add padding-top like this? #images img{float:left; padding:top}

 

Also, I'll play with a class for 2 verticals and one horizontal image per row, and sww if I can get that to look better.

Posted

I added the padding directly to your images division:

 

#images {padding-top: 50px;}

 

As to the horizontal / vertical issue, it may be better (by that I mean easier :rolleyes:) to just stick with one type per row, instead of a mix and match.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...