Jump to content

Foundation- changing page content


Recommended Posts

How do I get rid of the right side box to create a full width page content?

I would like to loose the right side box and get the main page content to be full width.

I've managed to loose the right side boxes but the width of the content is as if it's still there... Can anyone help?

Thanks!

Link to comment
Share on other sites

Ah sorry - I also made an assumption that you are on v6, which I shouldn't have.

You will have to edit main.php in the skin templates. It would be the same file from which you removed the right sidebar items.

All such changes will be over written on upgrade, so it's best to give your version a different name. The config.xml file is the place to rename your skin version. It will then show up in Admin as a skin choice in Layout.

Link to comment
Share on other sites

Yeh! It works! Thanks a lot.

Just incase some would like to figure it out too:

<div class="row {$SECTION_NAME}_wrapper">
               <div class="small-12 large-12 columns small-collapse">
                  {include file='templates/box.errors.php'}
                  {include file='templates/box.progress.php'}
                  {$PAGE_CONTENT}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...