Your theme uses body_class(), so you could use this code:
.home .article {
padding: 0;
}
Still is applied to the other pages,
http://tinytones.tv/episode-1/
You’ve got
.postarea.full .article {
padding: 10px;
}
which is also applying some padding to the .article.
Hi Goodtimemusic,
In the Custom CSS sheet I would put the following at the bottom since that will take priority. Type the following:
body.page-id-6.article {
padding: 0;
}
This should straighten out your problem. I would strongly recommend if this is not a child them you might wish to create one so that there won’t be a problem should the theme you are using get updated.
I hope this answers your question.
Regards,
George
Awesome that seemed to work, still a white area below video on home page, very unsure on how to get rid of that, tried so many things.
Hi Goodtimemusic,
I just took a look at the page you were talking about and inspected it with firebug, it looks like the height is fixed.