I would like to use the full width of the page, (for a calendar). But there is still a space reserved for the sidebar. Is there a way to remove this space?

Comments

jongagne’s picture

Steps to achieve full width on this template:

  1. We will be altering the main CSS stylesheet for this fix.
  2. In the #sidebar div put the following code: display:none; this will remove the sidebar, but leave the space.
  3. Set #primary div to width:90%; this will expand your content to overlap the negative sidebar space.

Viola! You now have a full width content div.

vidit.anjaria’s picture

Issue summary: View changes
Status: Active » Needs review

space which is not left for sidebars. If you make #primary div's width 100% then it will take full page width. If the sidebars doen't have anything to display then it will be hidden automatically.