Jump to content

Remove Sidebar on One Page Only ?


Nik Grey

Recommended Posts

Since the Lettering Tool already has the code to remove the left sidebar, we can make a small change to remove the right sidebar as well. In the file:

/modules/external/lettering/js/front.js, find:

$('#sidebar_left').remove();

Change to:

$('#sidebar_left, #sidebar_right').remove();

Then, in css/letter.css, line 157 and 160, adjust the width of #designform and #text to 950px (tweak as necessary - 1070 seems to work good).

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...