Ummm… I’m assuming that bootstrap.css is included in your site’s file structure. Make a backup. Edit the original and it will “see” those changes.
Ron From: Emeka [mailto:[email protected]] Sent: Tuesday, September 22, 2015 12:39 PM To: Ron Richardson Web Development Cc: [email protected] Subject: Re: Adjusting the dimensions of a theme Ron, Thanks ... But even if I search inside boostrap.css and changed it .. How am I going to link it back to my site? On Tue, Sep 22, 2015 at 5:44 PM, Ron Richardson Web Development <[email protected]> wrote: This is your div that holds that content: <div class="span8" id="main"> I would search for all mentions of span8 in your bootstrap.css file and change it from a fixed value to a percentage: 60%. That will then fill that available space. Ron Richardson Website Design & Development -- P.S Please join our groups: [email protected] or [email protected] These are platforms for learning and sharing of knowledge. www.satajanus.com | Satajanus Nig. Ltd ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
