I have the navigation block in the left sidebar and I was thinking about having it not be viewed on the home page of my site. I went ahead and made it not viewable and it moved the content flush to the left hand side. I want to know if there is anyway to make the navigation menu non-viewable but have the content go all the way across. See attached file for a view of my page with the navigation bar missing.

CommentFileSizeAuthor
Home Page193.48 KBgrofftech

Comments

komal.savla’s picture

Hi,

Add the following css in your layout.css file

.no-sidebars #main {
  width: 100%;
}

Hope this helps.

Thanks,
Komal