Layout issues
-
How do i make my posts show up in different columns like the original “Columns” theme shows?
The blog I need help with is: (visible only to logged in users)
-
It seems like you already have it set as desired, with 4 posts appearing in 4 columns: http://houstonsmenu.wordpress.com/
If you’d like to to be different, would you please elaborate on what you mean?
-
Thanks – I actually figured out why afterwards. I forgot that I limited my posts to 1 per page at one point, so that’s why I wasn’t seeing 4 columns. Thank!
-
-
-
I have another question for you about formatting. Is there a way to change the color of the main post boxes from gray to another color? If you look at the following site — http://hovercraftdoggy.com/ — they changed it to a bright lime green. I’d like to change mine to match the color of my menu hover, but I can’t figure out how to do it. Would I have to do it through CSS?
-
You should be able to change that at Appearance -> Custom Design -> Colors in your blog’s Dashboard. Is that not working out for you?
-
Hm, no. It’s not one of the options to change, so I was wondering if there was another way to do it.
-
Oh, sorry, I must have been thinking of something else. You can do that via CSS.
Try this:
#feed-wrap .page:hover,
#feed-wrap .post:hover {
background-color: #bcf50d;
} -
-
- The topic ‘Layout issues’ is closed to new replies.