• 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

Agency Pro Home Middle – Space Between Entries

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 › Agency Pro Home Middle – Space Between Entries

This topic is: not resolved
  • This topic has 10 replies, 4 voices, and was last updated 11 years, 8 months ago by daymobrew.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • May 27, 2014 at 10:32 pm #107080
    KM
    Participant

    Hello, I am using the Agency Pro theme and I am trying to add a space between the 3 entries in the Home Middle Widget. What I am trying to achieve is just like http://www.reinventingher.com/

    Can someone help me to figure out how they achieved the spacing.

    Thank you.

    May 28, 2014 at 1:22 am #107090
    daymobrew
    Member

    They have

    .home-middle .featuredpost .entry {
      min-height: 342px;
    }
    May 28, 2014 at 9:29 am #107115
    KM
    Participant

    Thank you for the reply. That works for the vertical space between Home Middle and Home Bottom Widgets.

    The space I am referring to is the horizontal spacing between the 3 entries in the first row. http://www.reinventingher.com/

    Thank you again.

    May 28, 2014 at 2:30 pm #107189
    daymobrew
    Member

    It looks like the width is reduced from 33.33334% to 30%

    .agency-pro-home .featuredpost .entry {
      width: 30%;
    }

    It also has:

    .featuredpost article:nth-child(3) {
      float: left !important;
      margin-left: 5% !important;
      margin-right: 5% !important;
    }

    Can you post a link to the site that you are working on so that we can experiment with the CSS to give accurate answers for you.

    May 29, 2014 at 10:04 am #107311
    KM
    Participant
    This reply has been marked as private.
    July 29, 2014 at 11:53 am #116239
    Bauhinia
    Member

    Hi, I'm wondering if anyone figured out how to do this? I would be interested in knowing this too please. Thank you.

    July 29, 2014 at 1:36 pm #116252
    daymobrew
    Member

    @Bauhinia: Can you post a link to the site that you are working on so that we can experiment with the CSS to give accurate answers for you.

    I don't know why KM's reply from May 29 is marked as Private. I cannot see it.

    August 5, 2014 at 3:15 pm #117207
    spillitu
    Member

    I'm also hoping to create horizontal separation between the images in the home middle section of the agency pro theme, similar to http://www.reinventingher.com mentioned above. The site I'm working on is:Nhttp://www.orioncoherence.com

    I would like to be able to see the starred background image between three middle images. Thank you.

    August 6, 2014 at 1:06 am #117294
    daymobrew
    Member

    I used Chrome Developer Tools to make virtual CSS changes so I cannot be 100% sure that they will work

    The important changes are the width reduction from 33.333% to 30% and the margin-left/margin-right 5%.
    In reinventingher.com it has nth-child(3) but that doesn't make sense as that would target the last element on the row. I changed it to nth-child(2) on your site and it worked.

    .home-middle .featuredpost .entry {
      background: none; 
    }
    .agency-pro-home .content .widget {
      background: none;
    }
    
    .agency-pro-home .featuredpost .entry {
      width: 30%; /* Was 33.33333% */
    }
    
    .featuredpost article:nth-child(2) {  /* Was (2) */
      float: left !important;
      margin-left: 5% !important;
      margin-right: 5% !important;
    }
    

    Add those to the bottom of the stylesheet or to the "Header or Footer Scripts" area in the Genesis area of the dashboard.

    Screenshot: http://imgur.com/qnFnJkS

    August 6, 2014 at 11:02 am #117378
    spillitu
    Member

    Thank you very much daymobrew! I appreciate the time you took to look at it and propose a solution. It worked great!

    August 6, 2014 at 3:49 pm #117445
    daymobrew
    Member

    You're welcome.

    After the time it took, I'm glad it worked 🙂

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

© 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