• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Enterprise Pro – Add an additional Widget to "Home Bottom"

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Enterprise Pro – Add an additional Widget to "Home Bottom"

This topic is: not resolved

Tagged: Add Widget, Enterprise Pro

  • This topic has 5 replies, 2 voices, and was last updated 9 years, 1 month ago by redtrain.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • May 13, 2016 at 7:42 am #185564
    redtrain
    Member

    Hi Folks,

    I'm working with Enterprise Pro and I'd like to make the "Home Bottom" section show four widgets across instead of three. I understand this involves adding some code to the front-page.php but, working out what to add and where is beyond me.

    I'd greatly appreciate any assistance on how to do this.

    Many thanks for your help!

    May 13, 2016 at 9:06 am #185569
    Christoph
    Member

    Hi,

    you have to change a number in functions.php.
    Find the following line:
    `//* Add support for 3-column footer widgets
    add_theme_support( 'genesis-footer-widgets', 3 );`

    and change 3 to 4.

    Then you will have to adjust the width of the widgets in the style.css.
    Around line 1636 you will find

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
    	width: 340px;
    }

    add .footer-widgets-4 and change the width so everything fits.
    e.g.

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4 {
    	width: 23%;
    }

    You probably have to change the floats around line 1646, add footer-widgets-4 to the media queries and change the widths in the media queries again (e.g. lines 2001, 2029,...)


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    May 13, 2016 at 9:21 am #185571
    redtrain
    Member

    Thanks so much Christoph! Now to see if I can follow your instructions 🙂

    Much appreciated!

    May 13, 2016 at 10:24 am #185577
    redtrain
    Member

    Hey Christoph,

    Before I start this, can I just verify something? Your code points to the footer widgets but, I actually want to add a widget to the "Home Bottom" section, which is the section below the header image.

    Are these one and the same code?

    Thanks again for your help.

    May 13, 2016 at 10:38 am #185579
    Christoph
    Member

    AHHHH
    LOL

    Forget what I said.

    You should just need to change the width here:

    .home-bottom .widget {
    	background-color: #fff;
    	border-radius: 3px;
    	border: 1px solid #ececec;
    	box-shadow: 0 1px #ececec;
    	float: left;
    	margin-left: 2.564102564102564%;
    	padding: 40px;
    	width: 31.623931623931625%;
    }

    and either change this

    .home-bottom .widget:nth-child(3n+1) {
    	clear: both;
    	margin-left: 0;
    }

    to (4n+1) or delete / comment out this part.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    May 13, 2016 at 10:42 am #185580
    redtrain
    Member

    Brilliant, thank you!

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble