• 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

littleleafash

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • May 22, 2015 at 11:15 am in reply to: Drop cap and jQuery Pin it button CSS help #153289
    littleleafash
    Member

    Well, you're my new best friend. THANK YOU so much. This worked like a charm!

    May 22, 2015 at 9:13 am in reply to: Drop cap and jQuery Pin it button CSS help #153266
    littleleafash
    Member

    Hi Lauren!

    Oops. I was gone for a few days - I just activated it. If you could take a look, I'd be so grateful! 🙂

    May 18, 2015 at 6:56 pm in reply to: Featured Posts Showing up as Excerpts in Genesis Grid #152638
    littleleafash
    Member

    I didn't even know that was a setting I needed to adjust. But I DID and it WORKED. YOU ARE AWESOME!

    Thank you SO much!

    🙂

    May 15, 2015 at 2:12 pm in reply to: How could I make my headings… Bold? #152346
    littleleafash
    Member

    The code sets all the headlines to 300:

    h1, h2, h3, h4, h5, h6 {
      color:#222222;
      font-family:'Roboto Slab', sans-serif;
      font-weight:300;
      line-height:1.2;
      margin:0 0 24px;
    }

    Can you change CSS? You'll need to change it for h3 and you can even add !important to it if you want to be sure it works!

    October 17, 2014 at 12:38 pm in reply to: How to get link to blog posts after featured posts/CSS help #128166
    littleleafash
    Member

    Figured it out!

    Just had to add display: inline-block;

    Sorry. Not sure how to delete. 🙂

    October 17, 2014 at 12:10 pm in reply to: Navigation Bar Clickable Elements #128162
    littleleafash
    Member

    Yep - just adjust the padding in .genesis-nav-menu a {

    Then to have different colored back ground for each of the menu items (I assume this is what you mean by 'text elements'?), you can just use the selector #menu-item-2767 { background: #color ;} for each of the menu items.

    March 11, 2014 at 7:58 pm in reply to: First-letter CSS not working (for drop caps) #94360
    littleleafash
    Member

    Whoa! Of course it was a super silly, simple fix that I spent hours on. THANK YOU!!

    February 5, 2014 at 2:57 pm in reply to: Lifestyle Pro – Header Issues #88826
    littleleafash
    Member

    Ahh! You saved the day!!

    Thank you SO much. 🙂

    February 4, 2014 at 8:49 pm in reply to: Responsive Issue #88655
    littleleafash
    Member

    You have the width set to a pixel amount instead of percent.

    For example, to make the menu 100% instead of pixels:

    ul#menu-main {
      font-size:20px;
      margin:0 auto;
      text-align:center;
      width:100%;
    }
    
    February 4, 2014 at 8:22 pm in reply to: Lifestyle Pro – Header Issues #88653
    littleleafash
    Member

    Thanks for the link - glad it helped you! Unfortunately, it didn't do anything except make the header completely gone for me (see test site: http://www.ashleycadaret.com/test/)

    Hmm. I feel like this is a simple answer that someone should know!

    January 11, 2014 at 8:54 am in reply to: New Minumum install – no left margin on full-width? #84611
    littleleafash
    Member

    I was using Coming Soon / Maintenance mode Ready!, now I'm going to use WP Maintenance Mode.

    January 11, 2014 at 8:47 am in reply to: New Minumum install – no left margin on full-width? #84609
    littleleafash
    Member

    Well - it was an easy fix! When I deactivated all the plugins, I left up the maintenance mode since it's a corporate site and they don't want people to see it - and there is a known conflict with that specific plugin and Minimum. So strange since it worked with Executive, but I'm glad it is fixed!

    Now to find a new maintenance plugin...thanks for all your help!

    January 10, 2014 at 1:58 pm in reply to: New Minumum install – no left margin on full-width? #84484
    littleleafash
    Member

    Just overwrote the front-page.php file with a new upload - still the same problem.

    Running Genesis 2.0.2 and the newest download of Minimum (the client just bought yesterday and sent me the file).

    January 10, 2014 at 1:44 pm in reply to: New Minumum install – no left margin on full-width? #84481
    littleleafash
    Member

    Thanks - I removed it.

    I haven't touched the code in the theme at all! I did change the header/logo size in functions.php to

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

    but the lack of margins was a problem before then - from the moment I activated the theme. Should I contact SP support for this? I feel like it's something simple, but have wasted a whole day on it!

    January 10, 2014 at 1:28 pm in reply to: New Minumum install – no left margin on full-width? #84475
    littleleafash
    Member

    Yep - I will do it for 15 minutes. http://vollitalk.com/

    (Keep in mind - haven't done anything but install!)

    Thank you!!

    January 10, 2014 at 12:53 pm in reply to: New Minumum install – no left margin on full-width? #84468
    littleleafash
    Member

    The background image in Minimum is just done through the Appearance --> Background in the dashboard, so it shouldn't have any coding errors! :-/

    ETA: I tried taking out the image and it still was flush with the left side of the page.

    January 10, 2014 at 11:37 am in reply to: New Minumum install – no left margin on full-width? #84445
    littleleafash
    Member

    Good ideas - I tried removing all the widgets & text widgets or setting a page as the homepage- it's still having that problem:

    screenshot

    Thank you so much for responding!

    January 10, 2014 at 11:00 am in reply to: New Minumum install – no left margin on full-width? #84428
    littleleafash
    Member

    Erin! Hi! Thanks! 🙂

    Good question - when I just tried Executive on it - it looked fine! Which means it's something IN that theme. Hmm.

    January 10, 2014 at 10:29 am in reply to: New Minumum install – no left margin on full-width? #84422
    littleleafash
    Member

    Thanks for responding!

    The site is behind a maintenance screen, so a link won't help. :-/ (It's vollitalk.com)

    I've been adding some stuff and it looks like this now, to give you an idea:

    screenshot

    I tried disabling all plugins to see if that was part of problem, but no luck.

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 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