Hello everyone,
I've added:
td#middle h6 {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
to the css.php file and it works great. Does exactly what I was expecting. I was wondering if there was a way to make it only apply to the home page and do something like this:
td#middle h6 {
margin-left: 30px;
margin-right: 30px;
}
on all other pages/posts.
Any ideas?
Thanks.