• 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

Split Sidebar in Prose

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

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Split Sidebar in Prose

This topic is: not resolved

Tagged: New Widget Areas, Prose, Sidebar, split sidebar

  • This topic has 10 replies, 4 voices, and was last updated 11 years, 3 months ago by Eva Lim.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • June 7, 2013 at 4:38 pm #44655
    clarkscondensed
    Member

    So I am wondering if there is a way to split the sidebar half way down. For example, I want the sidebar to look like this

     

    CCCCCC

    CCCCCC

    CCCCCC

    CC      CC

    CC      CC

     

    more-or-less. Is there an easy way to do this?

    http://69.195.124.91/~clarksco/
    June 8, 2013 at 12:13 am #44713
    Brad Dalton
    Participant

    Yes there is.

    This code has been written by one of the Genesis Developers, Gary Jones. http://code.garyjones.co.uk/genesis-split-sidebars


    Tutorials for StudioPress Themes.

    June 22, 2013 at 10:50 am #47185
    clarkscondensed
    Member

    I followed those instructions, but I can't find where the the split sidebars are. Where would they show up? Would I be able to see them in my widget area?

    June 22, 2013 at 12:21 pm #47193
    Brad Dalton
    Participant

    Please check your widget area at the bottom right hand side @clarkcondensed.


    Tutorials for StudioPress Themes.

    June 24, 2013 at 4:25 pm #47564
    clarkscondensed
    Member

    @BradDalton, I just checked there and these are all the categories available In order)

    Header Right
    Primary Sidebar
    SEcondary Sidebar
    After Post
    Footer 1
    Footer 2
    Footer 3

    September 20, 2013 at 8:37 pm #63615
    hblackmon
    Member

    Same problem here - did you ever find the solution?

    September 21, 2013 at 4:22 am #63632
    Brad Dalton
    Participant

    Which code did you use?


    Tutorials for StudioPress Themes.

    September 21, 2013 at 9:01 am #63660
    hblackmon
    Member

    I used the code here: http://code.garyjones.co.uk/genesis-split-sidebars

    I turned off minify, and pasted the PHP section in custom code - custom functions & the css section in custom code - css. When I go to the widgets section, there are no new widgets available. Am I missing a step?

    September 21, 2013 at 9:10 am #63661
    Brad Dalton
    Participant

    Maybe better to use a plugin for your custom code.


    Tutorials for StudioPress Themes.

    February 5, 2014 at 10:33 pm #88907
    Eva Lim
    Member

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

    February 7, 2014 at 4:52 am #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!

  • Author
    Posts
Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

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