Home › Community Forums › Epik Theme Support › Primary Sidebar Showing On Homepage › Reply To: Primary Sidebar Showing On Homepage
February 5, 2014 at 3:37 pm
#10426

Customer
For now I am removing the sidebar from the homepage using this css style:
.home .site-inner {
display: none;
}
Not the best fix, but it works. I don’t think this will effect site performance, do you Wes?