• 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

Education theme– sidebar wider?

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 › General Discussion › Education theme– sidebar wider?

This topic is: not resolved

Tagged: education, Sidebar

  • This topic has 1 reply, 2 voices, and was last updated 12 years, 10 months ago by rfmeier.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • June 13, 2013 at 11:18 am #45694
    mpeik
    Member

    I am sure there is a way-- but I can't seem to figure it out... how do I make the blue sidebar on my website wider. I would like the calendar info more easily readable. Thank you!!

     

    http://www.rlschristianday.org

    http://www.rlschristianday.org
    June 13, 2013 at 11:27 am #45699
    rfmeier
    Member

    Hello,

    You sidebar and content are limited to a width of 1140px by this css rule;

    /* line ~539 */
    #inner .wrap {
        margin: 0 auto;
        width: 1140px;
    }

    Your sidebar and content must share this 1140px. If you are going to increase your sidebar, you must take from your content (to keep the styling of the page). Lets say we make a 100px adjustment to the content and sidebar;

    /* line ~757 */
    #content-sidebar-wrap {
    	-moz-border-radius: 5px;
    	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    	-webkit-border-radius: 5px;
    	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    	background: #fff;
    	border-radius: 5px;
    	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    	float: left;
    	position: relative;
    	width: 880px; /* subtracted 100px.  Was 980px, now 880px */
    	z-index: 999;
    }
    
    /* line ~1384 */
    #sidebar-alt {
    	-webkit-border-radius: 5px;
    	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    	-moz-border-radius: 5px;
    	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    	background: #254c67 url(images/bg-sidebar.jpg);
    	border-radius: 5px;
    	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    	color: #aec6d7;
    	float: left;
    	font-size: 12px;
    	margin: 15px -5px 15px 0;
    	position: relative;
    	text-shadow: none;
    	text-shadow: #0d1a23 -1px -1px;
    	width: 265px; /* added 100px.  Was 165px, now 265px */
    	z-index: 0;
    }

    If you do make a change like this, please check your site thoroughly to make sure it did not affect anything else.

    Here is a preview: https://www.diigo.com/item/image/40chg/imga

    I hope this gives you a start.


    Ryan Meier – Twitter

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ 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

© 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