How can I set the order of a featured image on the home page . I have read all the threads here and found no answer. Currently when I add a new featured image to the home page it goes to the first position. - top left Can I make it go to the last position - bottom right ? I would like to set the position where ever I would like in this area of the home page but will settle for having the new featured image go to the the next open position instead of placing in the first position. If so please show me the css or tell me how this can be done . http://rjfelite.hotpressmarketing.com Thanks, Brian
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #content_wrapper #thumbnails li { float: right; } This will solve your issue.