Title: hero theme boxes
Last modified: August 30, 2016

---

# hero theme boxes

 *  [busibarn](https://wordpress.org/support/users/busibarn/)
 * (@busibarn)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/hero-theme-boxes/)
 * Hello I am new to coding and I have figured out how to change the boxes on the
   front page to show 6 boxes instead of 3. I need to have 3 columns and 2 rows 
   and if I change the code in front-page.php from 3 to 6 it just lines up 2 columns???
   What am I missing? Any help will be better that fishing in the dark with no pole.
 * here is the code I changed
 *     ```
       <!--boxes-->
       		<div id="box_container">
   
       		<?php for ($i = 1; $i <= 3; $i++) { ?>
   
       				<div class="boxes one_third <?php if ($i == 3) {echo "last";} ?>">
       						<div class="box-head">
       ```
   
 * **And I just changed it to this**
 *     ```
       <!--boxes-->
       		<div id="box_container">
   
       		<?php for ($i = 1; $i <= 6; $i++) { ?>
   
       				<div class="boxes one_third <?php if ($i == 6) {echo "last";} ?>">
       						<div class="box-head">
       ```
   
 * Thanks in advance
    The [website](http://hitecfinishing.com/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [busibarn](https://wordpress.org/support/users/busibarn/)
 * (@busibarn)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/hero-theme-boxes/#post-6554757)
 * Please… any help?? I am at my wits end.

Viewing 1 replies (of 1 total)

The topic ‘hero theme boxes’ is closed to new replies.

## Tags

 * [boxes](https://wordpress.org/support/topic-tag/boxes/)
 * [display](https://wordpress.org/support/topic-tag/display/)
 * [end](https://wordpress.org/support/topic-tag/end/)
 * [horizontally](https://wordpress.org/support/topic-tag/horizontally/)
 * [rows](https://wordpress.org/support/topic-tag/rows/)

 * 1 reply
 * 1 participant
 * Last reply from: [busibarn](https://wordpress.org/support/users/busibarn/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/hero-theme-boxes/#post-6554757)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
