Hi! Tried to take away/remove the "<?php get_sidebar(); ?>" in my single.php. Problem is when I delete this string "<?php get_sidebar(); ?>" the site http://www.fokuspharma.se/nyheter/vi-halsar-kunden-cba-valkommen-som-kund/ change background and the layout "crash". Is there any smooth css code for this to remanie the background color and layout and get rid of the side bar?
Dear User, In order to remove side bar from your page, you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options Code: .sidebar{ display: none; } This will resolve your issue, Thanks & Regards! Naveen Kolhe