• 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

Eva Lim

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 8 posts - 21 through 28 (of 28 total)
← 1 2
  • Author
    Posts
  • March 4, 2014 at 7:01 pm in reply to: CSS font-size both in px and rem #93448
    Eva Lim
    Member

    You're right. I found this article that explains further: http://snook.ca/archives/html_and_css/font-size-with-rem
    Thanks.

    February 15, 2014 at 5:32 am in reply to: Remove default WordPress widgets #90461
    Eva Lim
    Member

    Both methods work perfectly. The 2nd method works only if the file is saved directly inside the mu-plugin folder (ie. no subdirectories.)

    Thanks guys. It's my first time creating a plugin! 😉

    February 13, 2014 at 6:53 am in reply to: Remove default WordPress widgets #90115
    Eva Lim
    Member

    Thanks for the quick response and links. I actually got my code from those two exact articles. But it's not working for some reason I can't figure out.

    February 7, 2014 at 4:52 am in reply to: Split Sidebar in Prose #89100
    Eva Lim
    Member

    After 2 long days of research and experimenting, I finally found the solution. VICTORY!!
    Steps as below:

    1. Add 2 new sidebars using Genesis Simple Sidebars as below:
    (DO NOT bother using Custom CSS! Tried several code variations but it just doesn't seem to work at least for Prose.)

    NAME / ID / DESCRIPTION
    Primary Sidebar Bottom Left / pri-sidebar-bottom-left / This shows up underneath the primary sidebar.
    Primary Sidebar Bottom Right / pri-sidebar-bottom-right / This shows up underneath the primary sidebar.

    You will see the two sidebars appear if you go to Appearance>Widgets.

    2. Add the code below to the "genesis_after_sidebar_widget_area" hook in Genesis Simple Hooks:

    <div class="pri-sidebar-bottom-left">
    <?php genesis_widget_area ( 'pri-sidebar-bottom-left' ); ?>
    </div>

    <div class="pri-sidebar-bottom-right">
    <?php genesis_widget_area ( 'pri-sidebar-bottom-right' ); ?>
    </div>

    * Make sure that the "Execute PHP on this hook?" box is checked.

    3. Go to Genesis>Custom Code>Custom CSS and add this:

    /** SPLIT SIDEBARS */
    .pri-sidebar-bottom-left, .pri-sidebar-bottom-right {
    display: inline;
    float: left;
    width: 50%;
    }

    .pri-sidebar-bottom-right {
    float: right;
    }

    If you go back to Appearance>Widgets and place a text widget inside both the new sidebars with dummy text, you should see them appear underneath the primary sidebar. Good luck!

    February 5, 2014 at 10:33 pm in reply to: Split Sidebar in Prose #88907
    Eva Lim
    Member

    I copied the same code and it doesn't work for my Prose theme as well.

    January 28, 2014 at 6:02 am in reply to: Center wrap – PROSE #87469
    Eva Lim
    Member

    Unfortunately I just noticed that using body classes seem to prevent the responsive layout from working well, but maybe this problem belongs in another thread.

    January 28, 2014 at 5:35 am in reply to: Center wrap – PROSE #87465
    Eva Lim
    Member

    Oh I just found out I need to add more classes to cover all the pages in my website so

    body.home, body.single, body.page, body.archive {
    width: 940px;
    margin: 0 auto;
    }

    I may be missing out on other body classes but this seems to work for now.

    January 28, 2014 at 5:19 am in reply to: Center wrap – PROSE #87458
    Eva Lim
    Member

    Thanks, your suggestion didn't work but did helped me to troubleshoot.
    Instead of #wrap, I used body.single instead which works. So basically :

    body.single {
    width: 940px;
    margin: 0 auto;
    }

  • Author
    Posts
Viewing 8 posts - 21 through 28 (of 28 total)
← 1 2
« Previous Page

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