Hey thanks again.
It doesn’t seem to be working (or I am too thick to know the right place to put this.
I am trying to get the page that has the links to all of our posts to align to the left. I think there is some sort of buffer around the table(/), but not sure.
This is the code I think is where the changes should be made:
Any guidance would be appreciated!
.img-frame{
width: 25%;
min-width: 220px;
height:225px;
float: left;
display: inline;
margin-top: 10px;
}
.img-container{
text-align:center;
margin-right:auto;
margin-left: auto;
display: inline-table;
}
-Karl