• 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

Krista

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 - 41 through 60 (of 68 total)
← 1 2 3 4 →
  • Author
    Posts
  • July 12, 2014 at 8:38 pm in reply to: Create a header menu #114100
    Krista
    Member

    I just realized that if you uploaded the header with the Customizer, rather than with CSS, then your image needs to be the exact size specified. Otherwise it will crop it for you.

    July 12, 2014 at 8:23 pm in reply to: Create a header menu #114097
    Krista
    Member

    Hi,

    Line 874 of your stylesheet:

    .site-header .wrap{
    padding: 40px 0;
    }

    This is adding a large amount of space to the top and bottom of the header. Change the 40px to something less, or even remove it all together if you want.

    Also your logo is getting cut off. You might consider a smaller logo possibly? Yours is quite a bit larger than the example you posted. If you decide that you do not want to then you need to change this in your stylesheet.

    Line 902 of your stylesheet:

    .header-image .site-title > a

    min-height is set to 60px. Change it to 70px and your logos top and bottom won't be cut off.

    Hope this helps!

    July 10, 2014 at 5:01 pm in reply to: Magazine theme hover to sub menu does not show anything #113827
    Krista
    Member

    Do you have a link? It's hard to tell with a screenshot, but one possibility to check is the font colour on the sub menu. Make sure it isn't the same colour as your background. Again, to fully help you better a link to the site would be better.

    🙂

    July 10, 2014 at 4:58 pm in reply to: How to make green footer shorter Going Green Pro Theme #113826
    Krista
    Member

    Your site is on maintenance mode, which makes it very difficult to help.

    July 10, 2014 at 4:27 pm in reply to: how to add search in the navigation menu to the right of menu items #113824
    Krista
    Member

    This tutorial should help:

    Adding Search Form and Simple Social Icons to Primary Navigation in Genesis

    July 10, 2014 at 10:32 am in reply to: Swank Logo #113786
    Krista
    Member

    Hi Ian,

    You would have to add support for custom header in your function.php file:

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    'header_image' => '',
    'header-selector' => '.site-title a',
    'header-text' => false,
    'height' => 100,
    'width' => 200,
    ) );

    You would change the height and width to your own dimensions, and change a few bits of CSS to make it work.

    The reasoning for Swank using this method is to add the logo to the background to keep it responsive.

    Hope this helps!

    July 3, 2014 at 9:22 am in reply to: Swank Logo #112868
    Krista
    Member

    Hi Jared,

    Find this in your CSS stylesheet:

    .header-image .site-header .wrap {
    background: url(images/regularlogo.png) no-repeat;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    }

    Replace it with:

    .header-image .site-header .wrap {
    background: url(images/regularlogo.png) no-repeat center;
    margin: 0 auto;
    padding: 0;
    }

    You are removing the text-align: center; and adding center to the background.

    That should do the trick!

    May 22, 2014 at 10:33 pm in reply to: Agency Pro – Move Logo Down & Move "Header Right" Up #106441
    Krista
    Member

    On my end I am seeing your header in Safari, Firefox, and Chrome.

    May 19, 2014 at 2:34 pm in reply to: Agency Pro – Move Logo Down & Move "Header Right" Up #105910
    Krista
    Member

    It looks like you figured it out!

    May 18, 2014 at 9:51 pm in reply to: How to upload your custom favicon #105814
    Krista
    Member

    Here are a few links:

    http://dreamwhisperdesigns.com/genesis-tutorials/change-default-genesis-favicon/

    http://htwp2.com/change-default-genesis-favicon/

    Good luck!

    May 18, 2014 at 8:40 pm in reply to: Agency Pro – Move Logo Down & Move "Header Right" Up #105809
    Krista
    Member

    It looks like you have a widget area above the navigation? The colour is set to #333 so it's the same colour as your background but the h4 title reads "Custom Me" Use Firebug to target that area and you will see. If your remove this then it should remove the space above your navigation and look like the example you gave.

    May 4, 2014 at 7:31 pm in reply to: Share Icons #103636
    Krista
    Member
    This reply has been marked as private.
    March 23, 2014 at 11:34 pm in reply to: New Site with Parallax Pro Theme #96346
    Krista
    Member

    Great job! It looks really good.

    February 21, 2014 at 7:44 pm in reply to: Genesis w/ ecommerce plugin or Shopify? #91857
    Krista
    Member

    I've used BigCommerce and was told it was the best for my online shop. The coding was very old school and heavy I found, they used tables for everything. If I did it over again I would try a Genesis site with WooCommerce. Just my two cents.

    February 20, 2014 at 3:05 pm in reply to: Moving Header, Nav, Footer outside wrap #91486
    Krista
    Member

    Can anyone help? I'd really appreciate it…. 🙂

    February 18, 2014 at 8:35 pm in reply to: Custom Border Image #91056
    Krista
    Member

    Yes, I was wondering where to I put the code? I should've been more clear. I'm using Prose Theme.

    February 1, 2014 at 1:21 pm in reply to: Post Gallery #88029
    Krista
    Member

    I wish I fully understood this, but I don't 🙂

    I get how to register a new widget. Is there any links on how to create my own page template? Couldn't I just use one of the existing ones? I have Prose.

    October 29, 2013 at 10:20 am in reply to: Slideshow Suggestions #69677
    Krista
    Member

    I do have the Carousel. My partner with this website wants just a slideshow gallery and lightbox when you open the page to the portfolio and not a grid of thumbnails. Is there a way I can do that?

    October 10, 2013 at 11:09 am in reply to: Widget Backgrounds #66161
    Krista
    Member

    Thanks Brad! That is just what I was looking for....

    July 9, 2013 at 12:58 am in reply to: Header Dimensions #49930
    Krista
    Member

    The problem is I've tried to add custom support and tried the Simple Header plugin. It still crops my header image to 980 by 150.

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 68 total)
← 1 2 3 4 →
« Previous Page

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