• 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

colson

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 20 posts - 1 through 20 (of 107 total)
1 2 3 4 5 6 →
  • Author
    Posts
  • July 1, 2017 at 9:56 am in reply to: New Premium Theme – Workout Pro #208565
    colson
    Keymaster

    Hi Matt,

    I am very sorry about that I have removed the post.

    Thank you and I hope you enjoy the rest of your day 🙂

    June 30, 2017 at 12:41 pm in reply to: New Premium Theme – Workout Pro #208524
    colson
    Keymaster

    Thank you for the alert, we have taken care of the post.

    Hope you all have a wonderful weekend!

    April 18, 2014 at 9:24 am in reply to: Centric pro spinning social icons #101171
    colson
    Keymaster

    Awesome Sachin!!! Thank you!!!

    I don't know how I missed that in the css. I could not figure out where it was coming from. Think I need another coffee 🙂 I would buy you one if you were closer. Thanks again!

    January 14, 2014 at 3:52 pm in reply to: Outreach Pro: removing color from content area on home page #85215
    colson
    Keymaster

    ok I think you need to remove it from three places.

    add the following to your css:

    .home .content {
    background-color: none!important;
    }

    .flexslider {
    background-color: none!important;
    }

    #genesis-responsive-slider {
    background-color: none!important;
    }

    you can grab carrie dils new plugin that allows you not to use important.

    January 14, 2014 at 3:39 pm in reply to: Outreach Pro: removing color from content area on home page #85209
    colson
    Keymaster

    dang I messed that up... give me a sec and I will figure it out for you. I deleted what I had cuz it was not correct.

    August 19, 2013 at 12:37 pm in reply to: Apparition – Upload Header Image and keep full banner behind #57380
    colson
    Keymaster

    Thanks Susan...

    I don't know why that was marked private I must of accidentally checked it, instead of the notify me box ?• Thanks

    August 18, 2013 at 6:52 am in reply to: Adding padding between slider and post title #57135
    colson
    Keymaster

    I did not see it in your css where do you have it added? Actually try this and you do need to put 50px to see any change if you put 20px you won't see it move

    genesisresponsiveslider-widget-4 {
    margin-bottom: 50px;
    }

    August 17, 2013 at 5:47 am in reply to: Need a little css help, please. :) #57025
    colson
    Keymaster

    That should work I don't see it in your css did you save after you made changes? You could instead add this to your file:

    #submit {
    margin-bottom: 20px;
    }

    August 16, 2013 at 7:06 pm in reply to: Changing Header Height And Title Wrapping? #56949
    colson
    Keymaster

    You need to decrease the width of .site-header .widget-area
    right now it is 800px which you don't need with your menu so put the width at 500 or 600px and you can move the title area over.

    August 16, 2013 at 4:24 pm in reply to: Need a little css help, please. :) #56924
    colson
    Keymaster

    I forgot to add for #2 another choice is to move the orange circle up and you would do that on the following line and change
    ( top: -15px to probably around -30px )

    .post-info .time {}

    August 16, 2013 at 4:12 pm in reply to: Adding padding between slider and post title #56921
    colson
    Keymaster

    Are you still looking for help on this. If you want more space below your slider you can add this into your css and then change the 50px to what you would like

    .genesis_responsive_slider {
    margin-bottom: 50px;
    }

    August 15, 2013 at 7:06 pm in reply to: Code snippet to remove header background #56722
    colson
    Keymaster

    I think on the actual magazine demo site it is the text that is responsive so you could use nicks plugin You can try this plugin which works for most people after installed go to Appearance>Themes>Customize :

    Genesis Responsive Header

    ** but I do think you may need to update it for the new WP3.6 here is a link to the info:

    Genesis Responsive Header Customizer Update

    - to remove the black background which is an image remove this or comment it out:

    remove the background from the #wrap

    August 14, 2013 at 6:28 pm in reply to: Need a little css help, please. :) #56440
    colson
    Keymaster

    #1 are you meaning the post comment button at the bottom? if you are you can look for this in your css it is line 1391 so quite far down in your css and add a bottom margin to it margin-bottom: 10px;
    button, input[type="button"], input[type="submit"], .btn

    ok for # 2 you could put a margin bottom on the .post-info this will put a margin there for any content in the post. this will change it on the home page also if you do not want it changed on the home page let me know.

    .post-info{
    margin-bottom: 20px;
    }

    could not see #4 not sure where this was.

    August 14, 2013 at 6:08 pm in reply to: Change size of sidebar graphic in Going Green #56437
    colson
    Keymaster

    to center the widget titles in the sidebar look in your css for:
    #sidebar h4
    and then add
    text-align: center;

    if you are wanting to change the hight of images in your sidebar that should not be a problem.

    August 12, 2013 at 10:03 am in reply to: Space outside the Wrap #55803
    colson
    Keymaster

    if you add to your #wrap

    overflow:hidden

    that should fix it

    August 5, 2013 at 7:35 pm in reply to: Center Header In Outreach Theme #54311
    colson
    Keymaster

    Ok the easiest way for you to do this is to go in your css and go to the #header, you will see:

    background-position: center center;

    change to this:
    background-position: center center!important;

    you will have to redo your header and move the logos and text over to the left a bit but then it will work with the responsive. I usually don't upload my header the way you have but I think this fix will be the easiest for you to do. But remember it really is best not to use !important if you can avoid it.

    Corinne

    August 5, 2013 at 7:26 pm in reply to: Minimum – Get Rid of White Space Below Page Title #54310
    colson
    Keymaster

    if it is the blue area you are wanting to move up it is this:

    .entry {
    margin: 0 0 50px;
    }

    But you will have problems again when you start making the size smaller for responsive and that would change here which I believe is line 1990 of your css:

    .minimum .site-inner, .site-inner {
    padding: 20px;
    }

    But this will also affect your inner pages so you will need to review that to see it is ok. if it does effect them and you don't like it you could add in a new css with .page .entry { and margin back in} the .page will only effect the innerpages and leave the home page alone.

    August 4, 2013 at 6:09 am in reply to: Ordered Lists Starting With "Zero" Instead Of "One" #54081
    colson
    Keymaster

    I have never had to worry about that. so let me look and get back to you.

    August 1, 2013 at 6:35 pm in reply to: Ordered Lists Starting With "Zero" Instead Of "One" #53642
    colson
    Keymaster

    sorry you want to change your list to start="1"

    August 1, 2013 at 6:34 pm in reply to: I Don't Like Black! #53641
    colson
    Keymaster

    The easiest way to see what is making the different colors and to try it without actually making those changes is using firebug

    https://getfirebug.com/

    This allows you to make changes and see what they look like(you can not save them here) in the browser and then you can go to the style sheet and make the ones you want and save them.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 107 total)
1 2 3 4 5 6 →

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