• 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

genesisnewbie

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
  • May 29, 2016 at 11:41 pm in reply to: Retina logo woes #186487
    genesisnewbie
    Member

    Got it working as follows:

    In functions.php - changed height and width for custom logo:

    add_theme_support( 'wp_head', 'zp_custom_logo', array(
        'header-selector' => '.site-title a',
        'header-text'     => false,
        'height'          => 190,  /* 2x actual logo height */
        'width'           => 560, /* 2x actual logo width */
    ) );
    

    Then added this to custom style sheet:

    `

    @media

    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and ( min--moz-device-pixel-ratio: 2),
    only screen and ( -o-min-device-pixel-ratio: 2/1),
    only screen and ( min-device-pixel-ratio: 2),
    only screen and ( min-resolution: 192dpi),
    only screen and ( min-resolution: 2dppx) {
    .header-image .site-title > a {
    float: left;
    height: 95px; /*Actual displayed logo height */
    width: 280px; /*Actual displayed logo width */
    background: url('[email protected]') no-repeat center center!important; /* link to retina logo */
    background-size: 280px 95px !important;
    }
    p.site-title {
    max-height: 95px;
    }
    }

    May 29, 2016 at 11:12 pm in reply to: Retina logo woes #186486
    genesisnewbie
    Member

    Thanks for the link, but this doesn't with the Mindful theme as there is no 'Header' under 'Appearance'. 🙁

    January 19, 2016 at 7:24 pm in reply to: Sticky Footer #176981
    genesisnewbie
    Member

    Hi Erik, that's the one! Thank you for your help!
    Took some jiggery pokey as there are essentially 2 footers, the actual and the widget area, adding some margin-bottom to the footer-widets to make room for the footer sorted this. Here's the final code:

    html {
      height: 100%;
      box-sizing: border-box;
    }
    
    *,
    *:before,
    *:after {
      box-sizing: inherit;
    }
    
    body {
      position: relative;
      margin: 0;
      padding-bottom: 9rem;
      min-height: 100%;
    }
    
    .site-inner {
      margin: 0 auto;
      width: 94%;
      margin-bottom: 3em;
    }
    
    .footer-widgets {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin-bottom: 44px;
    }
    .site-footer {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
    }
    January 19, 2016 at 6:31 pm in reply to: Sticky Footer #176976
    genesisnewbie
    Member

    Hi Erik and thank you, but this isn't the desired outcome either. I think paaljoachim is on the right track as I would need to force the height of the body?

    The footer only needs to 'stick' (to the bottom of the page) when their isn't enough content to make that happen. The footer includes the footer widget area (so both grey panels). It shouldn't move over the body content ever. The problem usually arises on large screens, but you can see it on the 404 page (www.sarahjee.com/404) on smaller screens. The footer (and footer widget area) rises up when there is only a small amount of content in the body.

    Your code plus this should work but doesn't:

    html {
    height: 95.5%;
    }

    body {
    height: 100%;
    }

    January 19, 2016 at 5:46 pm in reply to: Sticky Footer #176972
    genesisnewbie
    Member

    Thanks for the above but still no luck. Nothing seems to work (even though I know this should)- very frustrating!

    June 16, 2015 at 10:11 pm in reply to: Sticky Footer #156486
    genesisnewbie
    Member

    HI Christoph, the site wasn't live but is now. sarahjee.com

    I'm on a 27' iMac. I know most people don't view in full screen but it's bugging me...

    March 25, 2015 at 5:39 pm in reply to: Responsive Help #145676
    genesisnewbie
    Member

    Yes thank you. The slider image was set to "cover" causing the home page to be non-responsive.

  • 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

© 2026 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