Home › Community Forums › Adapt Theme Support › remove inner at home page › Reply To: remove inner at home page
December 19, 2012 at 9:39 pm
#2148

Moderator
It would probably be easier to make css tweaks specifically for the home page template (thats what I do).
You could add this to your css file and it would remove the border and the padding for the home page –
.home #inner {
border: none;
padding: 0;
}
Your site design is looking pretty good, let me know when you’re done.