nickmcgraw
New Member
So I figured out my float problems and now I'm on the right track to displaying my thumbnails nicely on the page.
I've now hit another problem. I don't know what I did to mess this up, but whenever I try to preview my page live on the local server, it's not looking right.
Instead of floating everything left, it stacks them on top of each other...almost as if there is no float in the CSS.
This is what it looks like. All of my thumbnails are in .1strow
.1strow {
padding-right: 10px;
padding-bottom: 10px;
float: left;
}
It worked this morning, and an hr later it doesn't
Is there anything I can do? I went to Inspect Element and Live View, and its stacking them vertically there too. So something isnt working here
I've now hit another problem. I don't know what I did to mess this up, but whenever I try to preview my page live on the local server, it's not looking right.
Instead of floating everything left, it stacks them on top of each other...almost as if there is no float in the CSS.
This is what it looks like. All of my thumbnails are in .1strow
.1strow {
padding-right: 10px;
padding-bottom: 10px;
float: left;
}
It worked this morning, and an hr later it doesn't
Is there anything I can do? I went to Inspect Element and Live View, and its stacking them vertically there too. So something isnt working here