Reply To: Sidebar widget showing up on home page

Homepage Community Forums Epik Theme Support Sidebar widget showing up on home page Reply To: Sidebar widget showing up on home page

#6881
martinmessier
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.