• 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

kdrewien

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 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • October 24, 2015 at 5:49 pm in reply to: Community Pro – Staff images #168937
    kdrewien
    Member

    Were you able to display featured images on "regular" posts?


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    April 7, 2015 at 1:54 pm in reply to: Change Posts to Pages on Homepage: Ambiance Pro #146961
    kdrewien
    Member

    Thanks for your response. The theme is written to display posts on the homepage based on the reading settings.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    February 8, 2015 at 4:33 pm in reply to: Balance: Remove Sidebar from Home Page #140109
    kdrewien
    Member

    Never mind, the steps were correct. It just took a while for the changes to appear.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 26, 2014 at 9:33 am in reply to: Does logo in header have to be a background image? #106824
    kdrewien
    Member

    When you navigate to Genesis settings do you see an option to display the title as text or image? Or, in Appearance > Header scroll down to 'display text' and check the box. Either option will pull the title from Settings > General into the header.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 26, 2014 at 9:03 am in reply to: Does logo in header have to be a background image? #106820
    kdrewien
    Member

    Please provide more information about the theme you are using, a link to your site, and what you want to accomplish. Logos are often in the title area of the header and can be displayed as text or an image.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 23, 2014 at 11:41 am in reply to: eleven40 pro #106515
    kdrewien
    Member

    I recommended the settings below because you wanted to remove the tagline (.site-description). When you modify .site-description to display: none; the title of the post moves up too close to the ad. So, I suggested adding 2.5 rem to the bottom margin. The order of the margin settings are top, right, bottom, left.

    If you are going to keep the tagline, then modify the bottom margin to 0.

    .featured {
    margin: 25px 0 25px 0;
    margin: 2.5rem 0 2.5rem 0;
    padding-top: 3rem;
    text-align: center;
    }


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 23, 2014 at 4:55 am in reply to: eleven40 pro #106468
    kdrewien
    Member

    You can not see any changes to your site because you are either not editing the correct file, or the changes you make are not being saved.

    Make certain you are editing this file:
    http://www.wristreview.com/wp-content/themes/eleven40-pro/style.css

    Check the file permissions. Do you have permission to write/modify?
    http://codex.wordpress.org/Changing_File_Permissions


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 22, 2014 at 8:16 am in reply to: eleven40 pro #106329
    kdrewien
    Member

    Please tell me step by step what you are doing to make changes to the style.css file.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 22, 2014 at 7:54 am in reply to: eleven40 pro #106315
    kdrewien
    Member

    Sorry for the delayed response.

    I misunderstood your reference to "tagline". More correctly you were referring to the "site description". Make this change in your style.css folder: add display:none;

    .site-description {
    display: none;
    }

    This changes the white space around the Delma ad. Make this change in the style.css file:

    .featured {
    margin: 25px 0 25px 0;
    margin: 2.5rem 0 2.5rem 0;
    padding-top: 3rem;
    text-align: center;
    }

    Be sure to save the changes you made.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 22, 2014 at 5:09 am in reply to: eleven40 pro #106291
    kdrewien
    Member

    The tagline in the header automatically pulls the tagline from Settings > General. A quick fix is to leave the tagline data box empty. When I get in front of a computer later today I will update this reply. I'm currently limited to my tablet and unable to review the code.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 22, 2014 at 5:02 am in reply to: eleven40 pro #106290
    kdrewien
    Member

    After making the change in the style.css file, did you click 'update' to save the change?


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 20, 2014 at 3:55 pm in reply to: eleven40 pro #106076
    kdrewien
    Member

    ​I recommend using a handy tool which allows you to preview the style sheet for your theme. You will hover over the white area you want to alter, right click, and then select the tool to inspect the code for that area of your theme. This tool allows you to preview changes, so you can get just the look you want before editing the actual style.css file.

    An easy way to get started is by using Firebug - https://getfirebug.com/


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 20, 2014 at 3:02 pm in reply to: Moving from Blogger #106069
    kdrewien
    Member

    I find it easier to work with my theme when I have content in place.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    May 20, 2014 at 3:00 pm in reply to: eleven40 pro #106067
    kdrewien
    Member

    You can play with the margin and/or padding around the image. The code below is on line 1791 in your style.css file. Be sure to save a copy of the style.css file before you begin editing, and it's recommended that you do so using ftp instead of Appearance > Editor within the site.

    .featured {
    margin: 6.5rem 0 0 0;
    padding-top: 3rem;
    text-align: center;
    }

    If you are not familiar with the difference between margin and padding this article will help:
    http://www.w3schools.com/css/css_boxmodel.asp


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

    September 18, 2013 at 9:58 pm in reply to: Limit Number of Posts Displayed in Category Archive #63333
    kdrewien
    Member

    As always, I post a question and find the answer. In this situation I simply modified the Reading Settings. Please mark this post as resolved.


    WordPress Consultant & Trainer
    WP Site – Atlanta WordPress Training and Support

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

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