How do I make my posts show horizontally at the homepage?
-
Details:
I’m using Xampp and in the functions.php, I placed in
add_theme_support(‘post-thumbnails’)
at the end.
I’ve made my featured images appear, but they seem to be stacking atop each other vertically. I have no idea how to place them in horizontally. Can you guys tell me which part in the CSS or index.php do I have to change? I have three types of post codes in the CSS.
1.) .post {}
2.) #postdisplay{
float: left;
width: 250px;
height: 250px;
margin: 5px;}3.) #meta { }
.postmetadata { }WordPress Version: 3.4.2
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do I make my posts show horizontally at the homepage?’ is closed to new replies.