Jump to content
Sign in to follow this  
matari

iblogpro4... 4 feature boxes in a row?

Recommended Posts

matari

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

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
cmunns

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

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

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
cmunns

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×