Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default BareBones Template Modification

    My first installed template -- very good for beginners (actually I prefer the look of it over any of the others anyways). I just wanted to share the things that helped me:
    Site: http://(sorry, site offline)/
    Installation:
    Quote Originally Posted by stevesh View Post
    Unzip the mod zip file and drag the 'barebones' folder to the includes/templates folder in your cart.

    Go to Admin - Tools - Template Selection and select barebones from the options.

    Go to Admin - Tools - Layout Boxes Controller and click on 'Reset' at the bottom.
    The template uses 99% width, and I prefer to have whitespace on the side, so knowing it's only a CSS adjustment, I opened up the CSS file until I found a %width attribute and changed it to one I liked better (750px in my case).
    Here's the change:
    Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 99%;
    	border: 1px solid #ccc;
    }
    Code:
    /*wrappers - page or section containers*/
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 750px; 
    	border: 1px solid #ccc;
    }

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: BareBones Template Modification

    Moderator's note: Thread moved to the appropriate forum.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 30 Jun 2011, 07:37 PM
  2. Template Modification Troubles
    By Jayd in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Mar 2011, 03:33 PM
  3. Bestsellers Display Bug?- BareBones template
    By shrimp-gumbo-mmmhhh in forum Addon Templates
    Replies: 8
    Last Post: 3 Sep 2009, 12:08 AM
  4. ??? Using BareBones to Learn Template Designe???
    By wtashby in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 23 Aug 2008, 12:59 AM
  5. Image in Header for Barebones template
    By gschep in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 25 Jul 2007, 09:27 PM

Posting Permissions

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