• 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

bcoco

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • November 15, 2013 at 5:27 pm in reply to: Do I edit a purchased child theme's files, or edit a child of that child theme? #73309
    bcoco
    Participant

    I prefer to make it easy - I add a custom.css file to the child theme, and then use an mu-plugin (ala Bill Erickson) for my custom functions.

    Keep those backed up, and then when it's time for the update, you just add your custom.css file back in, and you're good to go. (updates won't mess with your custom functions, since they're outside the theme structure.)

    August 21, 2013 at 9:27 am in reply to: MINIMUM Theme: how to KEEP FOOTER DOWN on short pages #57937
    bcoco
    Participant

    Shoot, sorry - messed up the first one:

    #site-inner should be .site-inner (class, not id). My bad.

    August 21, 2013 at 9:08 am in reply to: MINIMUM Theme: how to KEEP FOOTER DOWN on short pages #57924
    bcoco
    Participant

    Oh, and if you’re still using the Genesis 1.x structure, then this also works (or did for me, but I haven't tested in on Minimum yet) :

    '/* Sticky Footer
    ------------------------------------------------------------ */
    html,
    body {
    margin:0;
    padding:0;
    height:100%;
    }
    #wrap {
    min-height:100%;
    position:relative;
    }
    #header {
    padding: 10px;
    }
    #inner {
    padding: 10px;
    padding-bottom:120px; /* Height of the footer */
    }
    #footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:120px; /* Height of the footer */
    }'

    note: you may have to play with the padding values for the header and inner divs, since they could be overwritten elsewhere in your css, or need to be

    Hope that helps!

    August 21, 2013 at 9:06 am in reply to: Sticky Footer #57921
    bcoco
    Participant

    Whoops - that #site-inner should be .site-inner (class, not id). My bad.

    Oh, and if you're using the Genesis 1.x structure, then this also works (or did for me) :

    /* Sticky Footer 
    ------------------------------------------------------------ */
    html,
    body {
       margin:0;
       padding:0;
       height:100%;
    }
    #wrap {
       min-height:100%;
       position:relative;
    }
    #inner {
       padding-bottom:120px;   /* Height of the footer */
    }
    #footer {
       position:absolute;
       bottom:0;
       width:100%;
       height:120px;   /* Height of the footer */
    }

    note: I removed the padding in the header and inner divs, because it's not really needed...

    August 20, 2013 at 5:17 pm in reply to: MINIMUM Theme: how to KEEP FOOTER DOWN on short pages #57798
    bcoco
    Participant

    Hi Gordana,

    This worked for me, using Genesis 2 and it's HTML5 structure:

    
    /* Sticky Footer 
    ------------------------------------------------------------ */
    html,
    body {
       margin:0;
       padding:0;
       height:100%;
    }
    .site-container {
       min-height:100%;
       position:relative;
    }
    header {
       padding:10px;
    }
    #site-inner {
       padding:10px;
       padding-bottom:120px;   /* Height of the footer */
    }
    footer {
       position:absolute;
       bottom:0;
       width:100%;
       height:120px;   /* Height of the footer */
    }
    
    August 20, 2013 at 5:16 pm in reply to: Sticky Footer #57797
    bcoco
    Participant

    This worked for me, using Genesis 2.0 (I'm using a child theme I'm developing off of the sample):

    /* Sticky Footer 
    ------------------------------------------------------------ */
    html,
    body {
       margin:0;
       padding:0;
       height:100%;
    }
    .site-container {
       min-height:100%;
       position:relative;
    }
    header {
       padding:10px;
    }
    #site-inner {
       padding:10px;
       padding-bottom:120px;   /* Height of the footer */
    }
    footer {
       position:absolute;
       bottom:0;
       width:100%;
       height:120px;   /* Height of the footer */
    }
    

    Hope that helps!

    June 6, 2013 at 11:47 am in reply to: Comments on home page #44369
    bcoco
    Participant

    This one is stumping me, too. Anyone get this to work? (Seems like such a simple thing - have a post with comments on the front page. Y'know?)

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)

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