I have made some mods to this template. http://www.beaminghope.org
I have added 20px padding to the css in layout.css
.main .inner {
/* We use liquid layout, so we need to insert a div which will create margin if need */
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
}
The issue is it looks great on the inner pages but there is too much on the home page.
My question is how do I take that padding off just the homepage. I thought I could add a new line of css to the layout css file and add it to the menu class suffix in the menu item but I am not sure.
I did add this line of css to the file
.main .inner2 {
/* We use liquid layout, so we need to insert a div which will create margin if need */
padding-left: 10px;
padding-right: 10px;
/* padding-top: 20px;*/
}
Any help will be appreciated. Thanks
Peter