Hi All,
OK, so I took a break from this last night and started fresh on it today. While reading through the forum, I was able to find a post about reducing the white space on all other pages but not home page. I took that code and added it to the custom css, but altered the home page info to zero as well. Now it looks on the PC as I would like it to… so, no need for a response from Themehorse here, just wanted to let you know I got it sorted. Remember, if you use custom CSS, save it in a notepad or something–new theme updates will obliterate the layout.
For anyone interested, this is what I added:
.home #content {
padding: 0px 0 0px;
}
#content {
padding: 0;
}