TemplateMonster theme change

Last post 03-31-2008 12:51 AM by JamesSAEP. 5 replies.

Sort Posts:

  • TemplateMonster theme change

    03-03-2008, 11:14 AM
    • Loading...
    • JamesSAEP
    • Joined on 01-15-2008, 11:51 AM
    • Posts 124

    I'm using the TemplateMonster theme and want to change it from a three column to a two column layout by removing the Right Side Column and make the Center Column wider.

    I have deleted the div for rightcol but it is still there.

    Can someone tell me which lines to delete in the template and anyother changes that need to be made?

    Thanks.

     

  • Re: TemplateMonster theme change

    03-25-2008, 2:56 PM
    • Loading...
    • JamesSAEP
    • Joined on 01-15-2008, 11:51 AM
    • Posts 124

    I still haven't been able to figure this one out.  Anyone?  Smile 

  • Re: TemplateMonster theme change

    03-25-2008, 5:03 PM
    Answer
    • Loading...
    • Lee Dumond
    • Joined on 11-03-2004, 10:51 AM
    • Decatur, IL USA
    • Posts 854

    1.  You need to delete the div for rightcol (which you did).

    2. You then need to go to Default.css under the TemplateMonster folder. Find the #centercol CSS rule. Add a rule to it that reads Width: 100%. It should look as follows when you're done:

     

    #centercol {
       background-color:white;
       margin-left:200px;
       padding:0px;
       position:relative;
       width:100%;
    }
      
    // ******************************
    if (this.PostHelpedYou)
    {
    MarkAsAnswer();
    }
  • Re: TemplateMonster theme change

    03-26-2008, 4:32 PM
    • Loading...
    • Lee Dumond
    • Joined on 11-03-2004, 10:51 AM
    • Decatur, IL USA
    • Posts 854

     Hey, did you try my solution? Did it work?

    // ******************************
    if (this.PostHelpedYou)
    {
    MarkAsAnswer();
    }
  • Re: TemplateMonster theme change

    03-26-2008, 7:22 PM
    • Loading...
    • JamesSAEP
    • Joined on 01-15-2008, 11:51 AM
    • Posts 124

     Sorry, I have not had a chance to test it yet. I hope to get to it tomorrow - my server crashed and I need to redo it first.  I'll be sure to post back if it works or not.  Thanks for checking back.

  • Re: TemplateMonster theme change

    03-31-2008, 12:51 AM
    • Loading...
    • JamesSAEP
    • Joined on 01-15-2008, 11:51 AM
    • Posts 124

    Lee -

    Yes that did work, thank you for your help on this.

     

Page 1 of 1 (6 items)