Reply To: remove inner at home page

Homepage Community Forums Adapt Theme Support remove inner at home page Reply To: remove inner at home page

#2148
Wes
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.