Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Howto get rid of the sidebars?

  1. #1
    Join Date
    Dec 2008
    Posts
    156

    Default Howto get rid of the sidebars?

    Hello!

    I want to put my site on fullscreen, I dont like that bars on the side.

    How to do that? I cannot find the containers...


    Thanks,
    nitramf

  2. #2
    Join Date
    Jan 2008
    Posts
    216

    Default

    Pay attention on how you do this, simply eliminating container will mess up everything

  3. #3

    Default

    For removing side bar you need to edit the files in template folder.

    Example : If you need to remove the sidebar from home page

    Edit index.tpl file and remove the code starts with <div id="sidebar">

    Also edit style.css and modify like

    #content {
    margin:0 auto;
    width:760px;
    }

  4. #4
    Join Date
    Dec 2008
    Posts
    156

    Default

    Thank you for the information. Which files I have to modify if I want the complete page fullsize? Like youtube.

  5. #5

    Default

    Edit stlye.css and modify same as below

    #wrapper {
    background-color:#FFFFFF;
    margin:0 auto;
    min-width:100%;
    padding:0;
    text-align:left;
    width:100%;
    }

  6. #6
    Join Date
    Apr 2009
    Posts
    76

    Default

    Quote Originally Posted by buyscripts View Post
    For removing side bar you need to edit the files in template folder.

    Example : If you need to remove the sidebar from home page

    Edit index.tpl file and remove the code starts with <div id="sidebar">

    Also edit style.css and modify like

    #content {
    margin:0 auto;
    width:760px;
    }
    How do you get rid of them on vShare 2.6?

    I don't see that tag in index.tpl on a 2.6 install. Please advise, thanks.

  7. #7

    Default

    In vShare 2.6 you can see the sidebar content in right.tpl

  8. #8
    Join Date
    Apr 2009
    Posts
    76

    Default

    Quote Originally Posted by buyscripts View Post
    In vShare 2.6 you can see the sidebar content in right.tpl
    Yes, I know, but how do you remove the sidebar? Just remove all of the content in right.tpl? Please tell me how to remove the sidebar from 2.6.

  9. #9

    Default

    Yes, remove all content from right.tpl.

    Before editing take a backup of right.tpl

  10. #10
    Join Date
    Apr 2009
    Posts
    76

    Default

    Quote Originally Posted by buyscripts View Post
    Yes, remove all content from right.tpl.

    Before editing take a backup of right.tpl
    I'm gonna give that a shot and let you know it worked out.

    Thank you! :)

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •