• 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

Columns and Custom Footer in Minimum Pro

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 › Columns and Custom Footer in Minimum Pro

This topic is: resolved

Tagged: column, Custom Footer, minumum pro

  • This topic has 2 replies, 3 voices, and was last updated 11 years, 8 months ago by Marcy.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • September 17, 2013 at 7:19 pm #63089
    Len
    Member

    I'm trying to upgrade my website theme from Minimum Child to Minimum Pro for some of the new visual features but there's 2 customization I've run into.

    In Minimum Child theme, the home page could be customized to be full page width, 2-column, or 3-column. How do I mimic that in Minimum Pro?

    Also in Minimum Child, there was a Custom Footer that would fill the footer region full width, unlike the 3-column footer region now on Miminum Pro. How do I create a full width custom footer in Minimum Pro?

    Appreciate any help and thank you in advance,

    Len

    September 17, 2013 at 11:55 pm #63136
    Sridhar Katakam
    Participant

    You might get some clues from http://wpsites.net/web-design/custom-front-page-for-the-minimum-pro-theme/


    Genesis Tutorials | Follow me on Twitter

    September 18, 2013 at 12:09 am #63140
    Marcy
    Participant

    For the layout:
    In front-page.php at lines 44-45
    //* Force full width content layout
    add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

    Add // in front of line 45, so it looks like this:
    //* Force full width content layout
    // add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );

    That will comment out forcing the full-width layout, but it may break. I don't have this theme set up to check what happens.

    For the footer widgets, in functions.php, find lines 54-55:
    //* Add support for 3-column footer widgets
    add_theme_support( 'genesis-footer-widgets', 3 );

    In line 55 change the 3 to a 1, so it looks like:
    //* Add support for 3-column footer widgets
    add_theme_support( 'genesis-footer-widgets', 1 );

    Then in style.css, you will need to find:
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
    width: 340px;
    }

    Comment that section out with /* */ and add a new section so it looks like:

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

    .footer-widgets-1 {
    width: 100%;
    }


    Marcy | Amethyst Website Design | Twitter

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 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