• 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

Lifestyle Footer Widths

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 › Lifestyle Footer Widths

This topic is: not resolved

Tagged: life style, widgets

  • This topic has 1 reply, 2 voices, and was last updated 12 years, 5 months ago by Chris Cree.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • June 25, 2013 at 3:23 pm #47715
    kateolynch
    Participant

    The site I'm working on is: http://warriorsremembered.com/

    I am using the Footer Widgets: Footer Area #1 & Footer Area #2 to display my footer content. Using Firebug it would appear the right footer (area 2) is wider then 1. I need this to be the opposite as I need the content on the left to have more space to be wider.

    I went into theme functions.php and made these alterations:

    /** Add support for 2-column footer widgets */
    add_theme_support( 'genesis-footer-widgets', 2 );

    originally the 2s were 3s

    Then I went into the style.css and made these changes to the widths:

    .footer-widgets-1 {
    float: left;
    padding: 0 20px 0 0;
    width: 600px;
    }

    .footer-widgets-2 {
    float: left;
    width: 280px;

    None of my changes made a difference. Any ideas?

    http://warriorsremembered.com/find-local-vietnam-memorials/texas-memorials/
    June 27, 2013 at 7:07 am #48013
    Chris Cree
    Participant

    You're not talking about normal Genesis footer widgets here but rather the output of the Genesis Widgetized Footer plugin. Those are two different things. From the plugin readme file:

    PLEASE NOTE: Not to be confused with the "Footer Widget Areas" which normally come in columns and belong to the #footer-widgets div container ID. This plugin here only changes the regular footer content within the #footer div container ID, the other 'Footer Widgets #1 etc.' keep untouched!

    Reading further down the readme file (which is shown on the front page of the plugin listing in the WordPress plugin directory) here's what you should do:

    If you place something into the two footer Widget areas TOGETHER they will change their width: 'Footer Area #1' is first from left and will have 33% width (one third), 'Footer Area #2' is second to left and will have 66% width (two-thirds). Both values and the float could be overridden via child theme stylesheet (using '!important')

    So that means you should add this to your stylesheet then:

    .gwfoot-footer-one-one-third {
    	width: 65% !important;
    }
    
    .gwfoot-footer-two-two-thirds {
    	width: 32% !important;
    }
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 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