• 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

sarag

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 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • April 30, 2014 at 7:24 pm in reply to: About Lifestyle Theme #103149
    sarag
    Member

    For the padding search for the below code in your stylesheet then adjust the second 0 I tried it at 30px and thought it looked good.

    .entry-content p,
    .home #content p,
    .page .entry-content p {
    padding: 0 0 15px;
    }

    Change it to something like this
    .entry-content p,
    .home #content p,
    .page .entry-content p {
    padding: 0 30px 15px;
    }

    For the menu find the below code
    #subnav {
    background: url('images/subnav.png') repeat scroll 0% 0% transparent;
    border-bottom: 1px solid #DDD;
    clear: both;
    color: #FFF;
    font-family: 'Oswald',arial,serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px auto;
    overflow: hidden;
    width: 920px;
    word-spacing: 2px;
    }

    Then add some padding to it I tried padding-left:65px;
    It will look like this when done
    #subnav {
    background: url('images/subnav.png') repeat scroll 0% 0% transparent;
    border-bottom: 1px solid #DDD;
    clear: both;
    color: #FFF;
    font-family: 'Oswald',arial,serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px auto;
    overflow: hidden;
    width: 920px;
    word-spacing: 2px;
    padding-left: 65px;
    }

    To change the fonts I would suggest taking a look at Google fonts there are several choices https://www.google.com/fonts
    then try following this post on how to add the Google fonts to your site.

    Good luck!

    April 30, 2014 at 6:59 pm in reply to: Outreach Theme Slider Width #103145
    sarag
    Member

    If you add this to your stylesheet it should work

    .home #content{
    background-color:transparent;
    }

    Then find this section in your stylesheet and add width:940px;

    .outreach #genesis-responsive-slider {
    border: none;
    padding: 0;
    }

    Should look like this when done
    .outreach #genesis-responsive-slider {
    border: none;
    padding: 0;
    width:940px;
    }

    April 20, 2014 at 6:40 pm in reply to: Outreach Enlarging Images #101556
    sarag
    Member

    Can you add this to your css

    .gallery-list .container
    .imgContainer img{
    width:50% !important;
    }

    Then you may need to use this plugin to regenerate your thumbnails http://wordpress.org/plugins/regenerate-thumbnails/
    before you will see the changes of the image on your site.

    July 25, 2013 at 11:34 am in reply to: Custom login page and user specific redirect ? #52459
    sarag
    Member

    This plugin may help http://wordpress.org/plugins/theme-my-login/
    You may also want to try a membership plugin wpmu has one that may work well for you. http://premium.wpmudev.org/project/membership/

    June 24, 2013 at 4:16 pm in reply to: Header in Scribble Theme not center #47561
    sarag
    Member

    It looks like the header width is to large for the header area. It would probably be easier to change the header's image size then to alter the code. You can use http://www.picmonkey.com/ under the basic edits you can crop the image. Otherwise you will have to widen several sections of your theme.

    June 22, 2013 at 9:10 am in reply to: Change content width #47177
    sarag
    Member

    In your stylesheet you will need to make a couple of changes

    First you will need to change the wrap width

    .wrap {
    margin: 0 auto;
    max-width: 1140px;
    }

    To

    .wrap {
    margin: 0 auto;
    max-width: 1000px;
    }

    For the Homepage you have to change

    .full-width-content #content {
    border: medium none;
    padding: 25px 0;
    width: 1140px;
    }

    To

    .full-width-content #content {
    border: medium none;
    padding: 25px 0;
    width: 1000px;
    }

    For the pages you will need to change
    .content-sidebar #content, .sidebar-content #content {
    width: 810px;
    }

    To

    .content-sidebar #content, .sidebar-content #content {
    width: 720px;
    }

    .sidebar {
    display: inline;
    float: right;
    font-size: 14px;
    padding: 25px 0 0;
    width: 250px;
    }

    TO

    .sidebar {
    display: inline;
    float: right;
    font-size: 14px;
    padding: 25px 0 0;
    width: 200px;
    }

    June 22, 2013 at 8:30 am in reply to: Slider on Header is Not Working #47170
    sarag
    Member

    I would try going into your plugins and completely uninstall the slider and then re-install it. You will then have to go back into the widget area and put it back into the slider spot.

    June 22, 2013 at 8:20 am in reply to: Pop-up Text Window Wanted #47168
    sarag
    Member

    This may work there are several different display options. http://wordpress.org/plugins/easy-fancybox/installation/

    June 22, 2013 at 8:08 am in reply to: Site Finished – Whatcha think? #47167
    sarag
    Member

    Looks great 🙂 I did notice that some of the images are missing on some of the pages ( the ones under what we do).

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