Here is my site:
Notice how the words are overlapping the pictures. How do I fix this? I tried fixing the 'intitle' code in the style.css sheet, but it didn't do anything. Please assist.
Here is my site:
Notice how the words are overlapping the pictures. How do I fix this? I tried fixing the 'intitle' code in the style.css sheet, but it didn't do anything. Please assist.
increase margin
for instance for .post {margin-bottom}
Peter
Even better:
.post {
...
min-height: 250px;
}
Peter
you gotta leave the '...' from that class. That was merely to display that other properties could be in this class.
Peter
This topic has been closed to new replies.