Hi can someone tell me how to add a fourth feature box in the feature box row?
TIA
iblogpro4... 4 feature boxes in a row?
Started by
matari
, Apr 21 2010 03:42 PM
8 replies to this topic
#1
Posted 21 April 2010 - 03:42 PM
#2
Posted 21 April 2010 - 04:47 PM
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?
#3
Posted 21 April 2010 - 04:55 PM
My boss wants it..lol
#4
Posted 21 April 2010 - 04:56 PM
which files would I have to edit?
#5
Posted 21 April 2010 - 05:01 PM
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
#6
Posted 21 April 2010 - 07:31 PM
thanks for the info.. Where do i put the
#container .fboxes .fbox {width:230px;}
#7
Posted 21 April 2010 - 08:15 PM
You can add it to the css stylesheet or add it in the custom css code area in the theme admin options
#8
Posted 26 April 2010 - 05:28 PM
I'm having alignment issues with the featureboxes. Also how would I add content to the last featurbox?
#9
Posted 26 April 2010 - 05:53 PM
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.










