Home › Community Forums › Epik Theme Support › Sidebar widget showing up on home page › Reply To: Sidebar widget showing up on home page
August 27, 2013 at 1:13 pm
#6881

Customer
I found out how to fix my own problem. If anyone else is experiencing this problem, just add the following code to your stylesheet:
.home #inner {
display: none;
}
That’ll take care of it.