• 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

dhknyc

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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • September 6, 2018 at 1:02 pm in reply to: How do I fix this? #223026
    dhknyc
    Participant

    Try moving the semi colon to the end of the line

    padding-bottom: 0 px;!IMPORTANT
    padding-bottom: 0 px !IMPORTANT;

    September 6, 2018 at 9:33 am in reply to: (Agency Pro) – How to setup side by side header widget? #223015
    dhknyc
    Participant

    The answer is to you css-flex.
    Try adding this to your css play with some of the values for justify-content and align-items. You can also add margins and padding to get exactly what you want.

    .home-top>.wrap{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items:center;

    }

    September 6, 2018 at 9:10 am in reply to: Authority Pro: Reduce spacing between widgets #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;
    }

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)

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