• 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

ambition

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 20 posts - 1 through 20 (of 21 total)
1 2 →
  • Author
    Posts
  • January 10, 2014 at 7:29 pm in reply to: Getting Signature Before Related Posts #84565
    ambition
    Member

    The code I used is:

    // Add Signature Image after single post
    add_action('genesis_entry_footer', 'custom_include_signature', 1);
    function custom_include_signature() {
    if(is_single()) { ?>
    Signature
    <?php }}

    January 1, 2014 at 12:50 pm in reply to: Make ads show as double column in nav #82524
    ambition
    Member

    I just realized I said nav bar instead of sidebar. That would be make a lot more sense! So sorry about that!

    January 1, 2014 at 10:26 am in reply to: Make ads show as double column in nav #82490
    ambition
    Member

    Okay, weird. I tried using another ad and it worked! Just wouldn't for another one. Is there anyway to add a little more space between the ads? They're almost touching each other.

    Thanks again!

    January 1, 2014 at 10:13 am in reply to: Make ads show as double column in nav #82489
    ambition
    Member

    Thanks, Brad! However, all of those are for the header area and I'm looking for the nav bar which seems to be a little different. I tried adding the ads in the same text widget but it still stacked them instead of having them side by side.

    December 23, 2013 at 11:36 am in reply to: Making header full-width #80914
    ambition
    Member

    Okay, I'm ready for the .css changes! It's showing the whole header but shrunk so I'm assuming it's a .css thing. Thanks!

    December 20, 2013 at 7:18 pm in reply to: Making header full-width #80546
    ambition
    Member

    Thank you! I made the changes but it's kind of strange. It shows my whole header but it shrunk it. Compared to the original, it's a smaller. It should reach all the way across. http://throwahealthfit.com

    Thanks for your help!

    December 6, 2013 at 6:29 am in reply to: Changing Background Color of Landing Page #77346
    ambition
    Member

    Okay, thanks! I'll send in a support ticket 🙂

    December 5, 2013 at 8:48 am in reply to: Changing Background Color of Landing Page #77191
    ambition
    Member
    This reply has been marked as private.
    December 2, 2013 at 9:11 pm in reply to: Changing Magazine Header Area #76755
    ambition
    Member

    Thank you so much!

    December 2, 2013 at 7:34 am in reply to: Changing H2 in Magazine #76584
    ambition
    Member

    Hmmm...That didn't work. The pages didn't change at all...

    December 1, 2013 at 10:27 am in reply to: Changing Magazine Header Area #76435
    ambition
    Member
    This reply has been marked as private.
    December 1, 2013 at 10:10 am in reply to: Changing H2 in Magazine #76433
    ambition
    Member

    Thanks! I actually want it for pages too. When I use the code above, it changes only posts.

    Thanks for your help!

    November 30, 2013 at 3:49 pm in reply to: Changing Magazine Header Area #76327
    ambition
    Member

    When I adjusted it to 20px and 2rem, it increased the bottom space but showed a little more of the logo. I just want a little padding on the top and bottom of the logo. Any other suggestions?

    November 29, 2013 at 9:23 pm in reply to: Changing Magazine Header Area #76244
    ambition
    Member

    LOL - That did decrease the bottom padding but it also cut off the top of my logo! This is never-ending! But you are so awesome for still sticking with me!

    November 29, 2013 at 6:56 pm in reply to: Changing Magazine Header Area #76237
    ambition
    Member

    So it looks like header right area needs to be changed. I wasn't sure which was the correct header right widget section.

    Thank you once again!

    November 29, 2013 at 1:10 am in reply to: Changing Magazine Header Area #76123
    ambition
    Member

    Okay, so I changed it to this and nothing changed. I don't want the actual header changed, just the space from the bottom of the header to the nav bar. So basically I want to change the padding for the bottom. Somehow! lol Again, THANK YOU!

    Site Header
    ---------------------------------------------------------------------------------------------------- */

    .site-header {
    padding-top: 30px;
    padding-top: 3.0rem;
    }

    .site-header .wrap {
    border-bottom: 2px solid #222;
    padding: 30px 0 30px 0;
    padding: 3rem 0 3rem 0;
    }

    November 28, 2013 at 7:13 pm in reply to: Changing Magazine Header Area #76095
    ambition
    Member

    Thank you! Okay, I put in this code and it worked for the top but not the bottom. I tried adding a padding for the bottom but it didn't do anything. Is there something I need to add to adjust the bottom padding?

    Site Header
    ---------------------------------------------------------------------------------------------------- */

    .site-header {
    padding-top: 30px;
    padding-top: 3.0rem;
    }

    .site-header .wrap {
    border-bottom: 2px solid #222;
    padding: 30px 0;
    padding: 3rem 0;
    }

    November 27, 2013 at 3:05 pm in reply to: Changing Magazine Header Area #75947
    ambition
    Member

    Thanks for your advice. I changed it to the following but nothing changed. Did I not change something that I was supposed to?

    /*
    Site Header
    ---------------------------------------------------------------------------------------------------- */

    .site-header {
    padding-top: 24px;
    padding-top: 6.4rem;
    }

    .site-header .wrap {
    border-bottom: 2px solid #222;
    padding: 30px 0;
    padding: 3rem 0;
    }

    /* Widget Area
    --------------------------------------------- */

    .site-header .widget-area {
    float: right;
    text-align: right;
    width: 728px;
    }

    .header-image .site-header .title-area,
    .header-image .site-header .widget-area {
    padding: 24px 0;
    padding: 4rem 0;
    }

    .site-header .widget-area p {
    margin-bottom: 0;
    }

    November 27, 2013 at 8:34 am in reply to: Changing the Color of Title Bars – Magazine #75860
    ambition
    Member
    This reply has been marked as private.
    May 5, 2013 at 6:37 pm in reply to: Enterprise Primary Nav Hover and Active Color #39483
    ambition
    Member

    Thank you! I always get nervous messing with images. Perfect!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 21 total)
1 2 →

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