matari 0 Report post Posted April 21, 2010 Hi can someone tell me how to add a fourth feature box in the feature box row? TIA Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 21, 2010 You would have to change some of the template files and also create some new css rules. Is there a reason why you want this, it seems like it might be congested to go four across? Share this post Link to post Share on other sites
matari 0 Report post Posted April 21, 2010 My boss wants it..lol Share this post Link to post Share on other sites
matari 0 Report post Posted April 21, 2010 which files would I have to edit? Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 21, 2010 edit the template_fboxes.php file and change the line that says $perline=3 to 4 Then create css that looks like this #container .fboxes .fbox {width:230px;} (not sure on the exact width change) You will also have to mess with the background image which controls the lines, but we actually can create css for this too. Using firebug will help a lot. Let me know if you further assistance I just don't know how much info to give you all at once Share this post Link to post Share on other sites
matari 0 Report post Posted April 21, 2010 thanks for the info.. Where do i put the #container .fboxes .fbox {width:230px;} Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 21, 2010 You can add it to the css stylesheet or add it in the custom css code area in the theme admin options Share this post Link to post Share on other sites
matari 0 Report post Posted April 26, 2010 I'm having alignment issues with the featureboxes. Also how would I add content to the last featurbox? http://www.landroverca.com/ Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 26, 2010 you should change the width to 239px or add padding of some sort to fix the alignment. To add a fourth feature box just click the "add feature box" (top right corner) button in the theme options > feature setup area. Share this post Link to post Share on other sites