The blog posts are not displaying on the home page... Here is the link to my dev site: http://208.76.80.11/~michall/ Thanks!
Hello, Please visit link given below. It is of demo site. Themes is designed according to the pc view with slider from the top of screen. http://inkthemes.com/wptheme/roadfighter-yoga/ But if we go to your site. It contain header at the top and then slider (In pc view). So go to the Dashboard > Settings > Reading and set it to default. I hope it will resolve your problem.
This got the latest blog posts to display, but now the header looks different on the home page than on the subpages (which I definitely don't want to happen) - I want the header on the home page, too.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.header_container.home { background: #303030 url(images/header-bg.png) center repeat-y; min-height: 250px; border-bottom: 1px solid #686869; } This will solve your issue.
That got the header displaying on the homepage, but it looks odd as I shrink my browser, almost like that height definition is holding true and not scaling responsively?