• 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

Authority Pro: Reduce spacing between widgets

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 › Authority Pro: Reduce spacing between widgets

This topic is: not resolved

Tagged: authority pro, inspect element

  • This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago by StephanieT.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • August 23, 2018 at 8:11 pm #222691
    StephanieT
    Participant

    I would like to reduce the amount of space between the Hero Section and the first widget (titled: It's Your Choice) on the home page. I've tried using Inspect Element, reading and watching videos, and I still can't figure it out. 🙁 I would prefer to add Additional CSS in Customize to overwrite the current CSS, since I have been reading that is the recommended way of changing CSS, That would also help me to find the code again at a later date, if necessary. Any help is greatly appreciated!

    https://stephanietrahd.com/upt/
    August 23, 2018 at 10:23 pm #222692
    Brad Dalton
    Participant

    Try this https://www.studiopress.com/using-firebug/

    You can use any browser to inspect the element, find the CSS rules and modify the values for the padding/margins to remove/reduce the spacing.


    Tutorials for StudioPress Themes.

    August 25, 2018 at 9:21 pm #222722
    StephanieT
    Participant

    Thanks for you response, Brad. I did try Inspect Element, and as I mentioned, I also watched videos and read articles about how to use it. I'm still stumped. I can't seem to find any padding or margin values in the CSS that changes that area. Any other thoughts?

    September 6, 2018 at 9:10 am #223014
    dhknyc
    Participant

    You have a few choices here.
    First I would suggest that you download Firefox Developer Edition as that is a very good tool for this kind of thing.
    Also when you look at the inspector realize that the elements are nested inside each other, sometimes very deeply.
    Firefox Developer Edition will highlight the element that you are selecting and by clicking on the triangle next to the element name you can see the elements it contains and continue to highlight them until you find the one you are looking for.

    This will move all elements of this type even if they are on a different page.
    #genesis-content {
    margin-top: -10px;
    }

    This will move the text and the image to the left of it up
    #front-page-1 {
    margin-top: -10px;
    }

    This will get rid of the padding (35px) on the top of the words “it’s your choice”. This uses the exact element that is on the page.

    #text-14 {
    padding-top: unset;
    }

    You can also use the class which will then unset the top padding for all elements that have that class. The !important is needed because that will override the rule in the themes css. This is the rule you are looking for in the theme by the way if you wish to change it there.

    .widget_text{
    padding-top: unset !important;
    }

    September 9, 2018 at 10:18 pm #223092
    StephanieT
    Participant

    Thanks dhknyc! I think it's that darn nesting I have trouble wrapping my mind around! 🙂 But your post was very helpful - thank you!

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

© 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