• 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

Centering featured pages in Outreach Pro?

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 › Design Tips and Tricks › Centering featured pages in Outreach Pro?

This topic is: not resolved

Tagged: centering, home bottom widget, Outreach Pro

  • This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago by okieman.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • May 2, 2015 at 5:34 pm #149875
    okieman
    Member

    I'm a Web developer who's new to WordPress. My church asked for help with their site. I'm building it on my PC using a mini-server (AMPPS). We have Outreach Pro w/Genesis and all's going well, with one puzzler. They asked me to reduce the default four featured pages in the Home-Bottom section to three. Now I can't get the group of three items to center. My CSS tinkering has not been effective. Suggestions?

    May 9, 2015 at 12:00 pm #151283
    Ginger
    Participant

    Hi there,

    To do this, look for these two sections of your style.css file: .home-bottom .widget and .home-bottom .widget:nth-child(4n+1) You're looking for anything that is dividing that section into 1/4s and make that into 1/3s

    If you change the width in the first section to 31 (was 23) and change the second section to (3n+1) this pretty much takes care of it. You might have to adjust the margin-left as well -- that effects featured page 2 and 3 as they all float left to the first one.

    This is the final output that I did in-browser on the demo site for this change:

    
    .home-bottom .widget {
    	float: left;
    	margin-left: 2.564102564102564%;
    	width: 31.076923076923077%;
    }
    
    .home-bottom .widget:nth-child(3n+1) {
    	clear: both;
    	margin-left: 0;
    }
    

    @gscoolidge | Support Nerd | Website Producer/Tweaker | IDX Integrations | Hosting Options

    May 9, 2015 at 9:02 pm #151376
    okieman
    Member

    Wow; that's a corner of CSS I hadn't yet delved into. So I thank you for helping solve my immediate problem, but also for providing a new tool to work with! Or, toy to play with, depending on how Web-nerdy I'm feeling.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ 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

© 2023 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