• 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 - 1 through 20 (of 68 total)
1 2 3 4 →
  • Author
    Posts
  • August 16, 2015 at 9:23 pm in reply to: Parallax pro not mobile responsive #162581
    Krista
    Member

    Try changing scroll to fixed:


    @media
    only screen and (max-width: 1140px)

    .home-section-1,
    .home-section-3,
    .home-section-5 {
    background-attachment: fixed;
    background-position: top;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    }

    August 16, 2015 at 9:17 pm in reply to: Parallax pro not mobile responsive #162580
    Krista
    Member

    Hi there,

    Forget what I said there - I had too many windows opening looking and was wrong. The default is scroll ( there wasn't an edit). Sorry for the confusion!!

    August 16, 2015 at 8:46 pm in reply to: Parallax pro not mobile responsive #162578
    Krista
    Member

    You have edited the image sections background-attachment from fixed to scroll in the media queries - if you change it back to fixed the issue will resolve:


    @media
    only screen and (max-width: 1140px)

    .home-section-1,
    .home-section-3,
    .home-section-5 {
    background-attachment: scroll;
    background-position: top;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    }

    August 15, 2015 at 9:57 pm in reply to: Move Altitude Pro Secondary Navigation Menu to Right of Page #162488
    Krista
    Member

    Hi there,

    You just need to add text align to the secondary navigation:

    .nav-secondary{
    text-align: right;
    }

    January 30, 2015 at 3:08 pm in reply to: Woow, this beatiful testimonials boxes! #139085
    Krista
    Member

    Hi there,

    Yes, I agree - it looks like CPT using animate.css: http://daneden.github.io/animate.css/

    January 19, 2015 at 8:15 am in reply to: Button position in newly created CTA #137918
    Krista
    Member

    Hi Carole,

    I'm so sorry! The notification to this post went to my spam and I didn't see it till today. Hmmmm I'm seeing "We're having a make over".

    January 9, 2015 at 2:57 pm in reply to: Foodie Pro #136781
    Krista
    Member

    Are you using a Mac or PC? If you are using a Mac in Safari under Preferences --> General --> uncheck Open "safe" files after downloading. This will prevent the files from unzipping after download. Alternatively if you do not want to change your preferences you can hold down either the control key or option and click the download link and it will not unzip. I cannot remember which button though 🙂

    January 7, 2015 at 10:12 pm in reply to: How Do I Change the height of primary nav with Sample Genesis theme? #136327
    Krista
    Member

    Hi there,

    There is padding added for the menu items line 954.

    .genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 30px 24px;
    }

    Try:

    .nav-primary .genesis-nav-menu a{
    padding: 10px 24px;
    }

    You can change the padding values to whatever you like.

    Take care,

    January 7, 2015 at 9:53 am in reply to: Button position in newly created CTA #136289
    Krista
    Member

    Hi there,

    It would be helpful to see the page. Currently the url links to a maintenance landing page.

    Take care,

    January 7, 2015 at 8:59 am in reply to: Just Can't Seem to Target this Title with Firebug! Help! #136285
    Krista
    Member

    It looks like you have a custom stylesheet using:

    .styles .home-even .widget-title{
    color: #013440;
    font-family: Oswald;
    }

    Which also changes the widget title on home-section-4

    If you want to style these individually I would remove this code and use either snippets provided by Tom or I to style each.

    .home-section-2 h4 ( or .home-section-2 .widget-title )
    .home-section-4 h4 ( or .home-section-4 .widget-title )

    example:

    .home-section-2 h4{
    color: *insert color code*;
    font-family: Oswald;
    }

    I hope this helps!

    January 6, 2015 at 9:16 pm in reply to: Just Can't Seem to Target this Title with Firebug! Help! #136247
    Krista
    Member

    Tom and I must've been replying at the same time 🙂 I think either snippet should work.

    January 6, 2015 at 9:12 pm in reply to: Just Can't Seem to Target this Title with Firebug! Help! #136245
    Krista
    Member

    Hey there,

    The link isn't working. Try this:

    .home-section-2 .widget-title

    If it doesn't work and you get the website link fixed just reply and I will look again.

    Take care,

    January 5, 2015 at 9:34 pm in reply to: 'Home' nav color removal #136158
    Krista
    Member

    You will need to use:

    .metro-pro-red .genesis-nav-menu .current-menu-item > a

    .metro-pro-red .genesis-nav-menu .current-menu-item > a:hover

    January 1, 2015 at 4:19 pm in reply to: Gap between Solilquy Slider and Tagline in Minimum Pro #135827
    Krista
    Member

    Also try adjusting the Slider Gutter under the Soliloquy settings. 🙂

    January 1, 2015 at 3:48 pm in reply to: Gap between Solilquy Slider and Tagline in Minimum Pro #135826
    Krista
    Member

    Here is some info on styling the Soliloquy Slider:

    http://soliloquywp.com/docs/guide-to-styling-soliloquy-with-css/

    January 1, 2015 at 3:46 pm in reply to: Gap between Solilquy Slider and Tagline in Minimum Pro #135825
    Krista
    Member

    Hi there,

    Minimum Pro provides a home body class to target home page only. Try adjusting thing margin-top for the home page only using:

    .minimum .site-tagline

    Also it looks like the Soliloquy container has a margin bottom of 20px. I haven't used this particular slider but if you use Firebug or any other browser inspect tools you will see the styles applied.

    Good luck!

    January 1, 2015 at 12:42 am in reply to: news pro half inch padding between posts #135783
    Krista
    Member

    It looks like the padding on the .entry-footer .entry-meta on line 1367

    Good luck!

    December 30, 2014 at 11:51 pm in reply to: Wintersong – post titles overlapping on one line #135717
    Krista
    Member

    Try removing the line height from the .entry-title.

    Cheers,

    December 28, 2014 at 11:12 am in reply to: Executive Pro – Display slider at max-width #135484
    Krista
    Member

    One thing to check is that you are using the Genesis Responsive Slider and not the Genesis Slider. The Responsive Slider is the one used with Executive Pro.

    December 27, 2014 at 10:04 pm in reply to: Lifestyle pro: Featured Category & posts #135438
    Krista
    Member

    You will find all the information on setting up the theme like the demo in the setup documents. You can find this in your My Studiopress downloads section --next to the download button for the Lifestyle Pro theme.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 68 total)
1 2 3 4 →

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