• 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

Parallax and Genesis Featured Pages

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

Community Forums › Forums › Archived Forums › General Discussion › Parallax and Genesis Featured Pages

This topic is: not resolved

Tagged: featured pages, parallax

  • This topic has 4 replies, 2 voices, and was last updated 10 years, 4 months ago by SamLindner.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • February 2, 2015 at 2:06 am #139348
    SamLindner
    Member

    Hi.

    I wanted to add 6 featured pages (2 lines of 3 featured pages horizontally) to my home page (in widget area 4 of the Parallax theme). I added the genesis advanced featured pages plugin and assigned the 6 pages to the widget settings areas. However it all does not align properly. Has anyone tried to implement a featured page widget to Parallax with any luck?

    I managed to alter the titles font sizes at least with:

    .home-section-4 .widget-title {
    font-size: 20px;
    margin-bottom: 40px;
    }

    However not sure how to add to the CSS to include specific alignment of 2 rows of 3 featured pages horizontally across the page.

    http://www.mayanhealing.com.au
    February 2, 2015 at 2:12 am #139351
    Genesis Developer
    Member

    you can follow this tips http://genesisdeveloper.me/display-3-columns-genesis-featured-posts-in-home-section-2-of-parallax-pro-theme/

    Your case .featuredpost would be .featuredpage and .post would be .page


    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    February 2, 2015 at 4:20 am #139363
    SamLindner
    Member

    Thanks for that, I had seen that and tried that already. However if you take a look at the moment, the site does not display them correctly in a single line across, any idea what needs to change? I have set them all to Alignment of "none" in the widget settings, however also tried using Left, Centre, Right etc too.

    February 2, 2015 at 6:17 am #139373
    Genesis Developer
    Member

    Try this once

    .featuredpage {
        display: inline-block;
        float: left;
        margin-left: 2.5641%;
        text-align: center;
        width: 31.6239%;
    }
    
    .featuredpage:nth-of-type(3n+1){
        margin-left: 0;
    }
    
    @media only screen and (min-width: 481px) and (max-width: 767px) {
    .featuredpage {
    width: 48.717%;
    }
    .featuredpage:nth-of-type(3n+1) {
    margin-left: 2.5%;
    }
    .featuredpage:nth-of-type(2n+1) {
    margin-left: 0;
    }
    }
    @media only screen and (max-width: 480px) {
    
    .featuredpage {
       float: none;
        margin-left: 0;
        width: 100%;
    }
    
    }

    Download Genesis Featured Posts Combo Widget | Simple Grid Layouts Plugin for Posts, CPTs and terms
    You can request new tips/help.

    February 2, 2015 at 6:50 am #139375
    SamLindner
    Member

    Thanks for that, but nope, still doesn't seem to want to align on the one horizontal feature section.

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

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