• 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

jeepkid99

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 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • February 19, 2018 at 11:56 am in reply to: Education Pro – Widget column width #216773
    jeepkid99
    Member

    Couple things you need to do:
    1. Access your CSS file for the theme and search for: home-middle.
    2. Find:.home-middle .widget {
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 33%;

    Change to: .home-middle .widget {
    float: left;
    padding: 0 20px;
    text-align: center;
    width: 24%;

    3. Find: .home-middle .widget:nth-of-type(3n+1) {
    clear: both;
    change this to: .home-middle .widget:nth-of-type(4n+1) {
    clear: both;

    4. Clear browser cache

    February 5, 2018 at 8:48 pm in reply to: Remove Backstretch Image on Mobile – Theme: Minimum PRO #216131
    jeepkid99
    Member

    Resolved. I added this under the .main-image area:


    @media
    only screen and (max-width: 400px) {

    .main-image img {
    vertical-align: top;
    width: 100%;
    margin-top: 0px;

    August 15, 2016 at 10:34 am in reply to: Reduce or Eliminate Padding on Altitude Pro MOBILE ONLY #191303
    jeepkid99
    Member

    That's brilliant. I just cut/pasted my desktop styles and put them above the media queries. Voila! I can't tell you how long I've been doing that! You're the first person to point it out. Really appreciate your help. Sent you a few coffees. 🙂

    Thanks again.

    August 12, 2016 at 6:40 pm in reply to: Reduce or Eliminate Padding on Altitude Pro MOBILE ONLY #191201
    jeepkid99
    Member

    Hi Christoph!
    Thanks for trying to help. I added that, but unfortunately, it didn't change anything. Any other suggestions? I tried

    .welcome-text {
    padding-top: 0;
    }

    &

    .welcome-text {
    padding-top: 0px;
    }

    January 21, 2016 at 10:45 am in reply to: Reduce Padding on Altitude Pro Homepage Widget Areas #177091
    jeepkid99
    Member

    To be honest, I never was able to get this to work, so changed up the design slightly and used the Agency Pro theme which is similar and allowed for better customization based off of my clients needs. Every time I fiddled with one padding area, it threw off another on this theme. Not sure why. Best of luck, wish I had an answer for you about this one! I would recommend starting a new thread with your description of the exact problem you're having. It would be more likely to get answered in a fresh tread.

    June 5, 2015 at 10:30 am in reply to: Reduce Padding on Altitude Pro Homepage Widget Areas #154997
    jeepkid99
    Member

    I uploaded a screenshot to the site as I wasn't sure how to add one here. Thaks for the help!

    http://rusteration.com/help/

    May 13, 2015 at 10:26 am in reply to: Rounded Menu Buttons instead of Boxes #152010
    jeepkid99
    Member

    Thanks Johann! I had a background on the first portion of the first portion, but not the second! Adding to the second line fixed the issue. Thanks so much! For others running into this issue, here is what it ended up looking like:

    Site Navigation
    ---------------------------------------------------------------------------------------------------- */

    .genesis-nav-menu {
    background-color: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    }

    .genesis-nav-menu .menu-item {
    display: inline-block;
    background-color: #001a4c;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #800000;
    text-align: left;
    }

    April 9, 2015 at 9:32 am in reply to: Padding around Search Widget in Upper Right Widget Area #147217
    jeepkid99
    Member

    One more quick one since I've got you on the line:)

    If you look back at the header right widget area, you will see a large gap at the bottom again below the phone number. What controls this gap and how would I tighten it up like we did in Search?

    Promise, that was my last question! You're very helpful!

    -Taber

    April 9, 2015 at 9:23 am in reply to: Padding around Search Widget in Upper Right Widget Area #147214
    jeepkid99
    Member

    You rock! I spent 2 hours looking for that little bit of code... Thank you, Julia! If you have time, can you explain to me what a "float" is?

    December 10, 2014 at 2:23 pm in reply to: Mobile Responsiveness in Executive Pro CTA Widget #134215
    jeepkid99
    Member

    You know, we actually never did get this figured out. The demo link above has changed a few times since this post. We utilized a product called MotoPress to get this to work properly. Pretty great program for developers and dang inexpensive. The theme went all wonky on us when we tried the above "fix." So, we abandoned it and moved onto something else. Sorry I'm no help!

    September 10, 2014 at 3:49 pm in reply to: Mobile Responsiveness in Executive Pro CTA Widget #123834
    jeepkid99
    Member

    I really hope I'm not being a bother to you!

    So, I changed both to 100% and now the CTA is 100% on desktop (not 40%) and they stack on both the desktop as well as mobile.

    Any other suggestions?

    September 10, 2014 at 3:25 pm in reply to: Mobile Responsiveness in Executive Pro CTA Widget #123830
    jeepkid99
    Member

    Appreciate the help here!

    When on desktop I want it to display as it does, 60% slider, 40% Call to Action.
    When on mobile, I want it to do exactly what ever other widget does and simply stack onto single columns while remaining the same size. Is this not possible?

    September 10, 2014 at 1:28 pm in reply to: Mobile Responsiveness in Executive Pro CTA Widget #123804
    jeepkid99
    Member

    This didn't quite work, but I think we're moving in the right direction.

    If you look at the site, the slider is set to 60%, the CTA Widget is 40%. I'd like this to remain this way on a desktop. However, when you look at it on mobile, the CTA Widget remains at 40% of the screen while the slider scales down.

    I'd like them to stack on top of one another, with the slider on top and 100% width of the mobile screen and the CTA below at 100% of the width of a mobile.

    September 10, 2014 at 11:39 am in reply to: Mobile Responsiveness in Executive Pro CTA Widget #123782
    jeepkid99
    Member

    Also, we want it to be 60% slider, 40% CTA widget across the top. So, we shrunk it down to 40% CTA and 60% slider. Slider remains responsive, CTA does if we reduce the size to 40%

    February 10, 2014 at 2:34 pm in reply to: Education Theme Header Logo Far Left #89696
    jeepkid99
    Member

    This fixed it! I set the margin to: 0 250px;

    Thank you so much! It was driving me crazy!

    February 7, 2014 at 7:07 pm in reply to: Education Theme Header Logo Far Left #89279
    jeepkid99
    Member

    Thank you for your reply. This header that you're referring to was simply edited and moved over in our logo creation software. We would prefer to not have to do this, but just upload the logo normally. The logo that is currently there is uploaded as it would be normally.

    If it helps, this occurred when we upgraded from Genesis 1.8.2 to the latest 2.0 versions.

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