Title: Merge wrapper fields.
Last modified: August 21, 2016

---

# Merge wrapper fields.

 *  [kartus](https://wordpress.org/support/users/kartus/)
 * (@kartus)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/merge-wrapper-fields/)
 * Hi all.
    I just started a new site with the latest responsive theme. As you all
   know the container on the home page is divided on 2 fields. One with the titles
   and description and action button on the left half of it, and the desctop/phone/
   tablet image on the right side (this is the custom one when u install responsive).
   How can i merge the two fields? I need one big image on bot sides and for now
   i can only put 2 smaller ones on each half. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Herbert van-Vliet](https://wordpress.org/support/users/remarkno/)
 * (@remarkno)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/merge-wrapper-fields/#post-5112317)
 * You could hide the second part and change the left part, by adding this css (
   Appearance -> Theme options -> CSS Styles):
 *     ```
       #featured-content {
           width: 100%;
       }
       #featured-image {
           display: none;
       }
       ```
   
 * You could also modify the file ‘front-page.php’.
 *  Thread Starter [kartus](https://wordpress.org/support/users/kartus/)
 * (@kartus)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/merge-wrapper-fields/#post-5112332)
 * Dude, you have my ethernal gratitude.
    It’s perfect. Exactly what i needed. Thanks
   a lot. Editing the css is something i was looking into, but i had no idea how
   the container was supposed to be named. Totally forgot about featured contend,
   and i had no idea about featured image. Thanks a lot again!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Merge wrapper fields.’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/responsive/6.3.8/screenshot.png)
 * Responsive
 * [Support Threads](https://wordpress.org/support/theme/responsive/)
 * [Active Topics](https://wordpress.org/support/theme/responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/responsive/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kartus](https://wordpress.org/support/users/kartus/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/merge-wrapper-fields/#post-5112332)
 * Status: not resolved