Hello, I am using my own Menu Plugin and I do not want to use the theme's sidebar menu. What CSS can I add to remove the menu from the sidebar?
Hi, There is no need of any css code, Just go to Appearance=>Widget and remove the menu field from primary widget area. It will resolve your issue Thanks, Praveen
Hi Praveen, I have removed the menu, but it still has a placeholder there so that I cannot put my own menu widget all the way at the top of the screen. How can I remove the blank space that is left behind when I remove the menu?
Hi, Could you please provide us URL of your website along with some edited screenshot so that we can assist you accordingly? Thanks, Praveen
http://www.corporatehousinghouston.net/ Photo describing issue is above, Also at this url: http://screencast.com/t/Z3yzb9uS
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div#menu-wrapper { display: none !important; } ul.social_icons { display: none !important; } .dt_line { display: none !important; } .sidebar_widget { margin-top: -10px; } Thanks, Praveen