Got 5 mins to help me out? CSS issue.

2 replies
  • WEB DESIGN
  • |
Hi,

This is my site - Here

I'm trying to nicely line up the thumbnails on the 'Large', 'Medium' and 'Small' pages (which are all in divs). I want them to neatly fit underneath each other when the window is smaller too.

Could anyone jump on skype and help me out?

ID: stephen_seedmedia

Thanks in advance!
#css #issue #mins
  • Profile picture of the author SteveJohnson
    No need to skype, this is a simple issue.

    You need to give .galleryItem a specific height; that will keep the first item of the next row from getting 'caught' on the deepest item as it tries to go to the left margin. 250px or thereabouts ought to do it. It's on line 147 of your HTML.

    Also, you should remove the stray word 'Expertise' from the end of the style declaration. Some browsers may disregard the whole line.

    Code:
    .galleryItem{float:left;width:150px;overflow:auto;padding:0px; height: 250px;Expertise}
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[7403970].message }}
    • Profile picture of the author sheffernan
      Thank you so much Steve!! Is working great now
      {{ DiscussionBoard.errors[7406604].message }}

Trending Topics