Title: Full width content when using Homepage template
Last modified: October 7, 2020

---

# Full width content when using Homepage template

 *  [krumpyy](https://wordpress.org/support/users/krumpyy/)
 * (@krumpyy)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/full-width-content-when-using-homepage-template/)
 * Hi,
 * I’ve activated the “Homepage” template to use the Product Hero and Parallax Hero
   extensions.
 * “Recent products” and “Top rated products” come from the powerpack settings, 
   and the 3 products above are the actual content of the homepage
 * Everything that comes from the page content takes only a portion of the available
   width.
 * I understand I need to add custom CSS to make it look like items from the Powerpack
   homepage customization but I haven’t been able to tweak settings in the designer
   console to have the same result.
 * Do you have any idea how to achieve this ?
    Thanks in advance
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-content-when-using-homepage-template%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Senff – a11n](https://wordpress.org/support/users/senff/)
 * (@senff)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/full-width-content-when-using-homepage-template/#post-13513414)
 * Hey [@krumpyy](https://wordpress.org/support/users/krumpyy/)
 * To make all content of the homepage full-width, go into your site’s admin Dashboard
   and select **Appearance → Customize → Additional CSS**. In the CSS textbox on
   the left, add the following code:
 *     ```
       .home #content .col-full {
         max-width: 100%;
       }
       ```
   
 * Select “Save Changes” from the top, and your changes will be applied to your 
   site.
 * Let me know if that helps! 🙂
    -  This reply was modified 5 years, 7 months ago by [Senff - a11n](https://wordpress.org/support/users/senff/).

Viewing 1 replies (of 1 total)

The topic ‘Full width content when using Homepage template’ is closed to new replies.

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

## Tags

 * [fullwidth](https://wordpress.org/support/topic-tag/fullwidth/)
 * [homepage](https://wordpress.org/support/topic-tag/homepage/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 1 reply
 * 2 participants
 * Last reply from: [Senff – a11n](https://wordpress.org/support/users/senff/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/full-width-content-when-using-homepage-template/#post-13513414)
 * Status: not resolved