dotnetnuke-6

Deleting left and right panes on DNN 6.2.6


I am on DNN 6.2.6 and I want to make the content pane of my pages full screen. I want to remove the left and right panes. Can anyone help on how to remove these panes or reduce their width?

I tried searching on the internet and did everything I read by didn't help. I have added .DNNEmptyPane{display:none;} at the bottom of the skin.css file but didn't help. I also removed and and still didn't help.

Your assistance in this regard will be highly appreciated.


Solution

  • The configuration is in your Skin files (.ascx).
    You can look under

    Admin -> Skins

    to find out which skin your site is using.

    Check in here:

    \Portals_default\Skins\YourSkin\YourSkin.ascx

    NOTE: Make a backup of this directory before modifying anything in case you need to roll back.