Title: Equalizing sidebar widths
Last modified: August 30, 2016

---

# Equalizing sidebar widths

 *  [Res2](https://wordpress.org/support/users/res2/)
 * (@res2)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/equalizing-sidebar-widths/)
 * Is it possible to make the .lsidebar width responsive, like the .rsidebar width
   is? So that they’d be equal width to each other?
 * For example, my .lsidebar is set to 180 px. When the screen is 1280, I think 
   that width is fitting. But I have no idea what screenwidth my readers are going
   to have, so the .lsidebar width ought to be responsive, rather than fixed.
 * [http://gestaltudvikling.dk/](http://gestaltudvikling.dk/)
 * As the screen/window becomes smaller, the fixed 180 width of .lsidebar becomes
   less fitting. At the small screen setting the .lsidebar is gone, so it is at 
   screen width 640-1280 px that the width could use a responsive setting (moreso
   approaching the 640 limit)
 * best regards

Viewing 1 replies (of 1 total)

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/equalizing-sidebar-widths/#post-6274668)
 * Width control CSS class of Default Sidebar
 *     ```
       'yui-t1' : left 160px'
       'yui-t2' : left 180px'
       'yui-t3' : left 300px'
       'yui-t4' : right 180px'
       'yui-t5' : right 240px'
       'yui-t6' : right 300px'
   
         <body>
              <div id="doc3" class="[Width control CSS class of Default Sidebar] hfeed">
       		<header>...</header>
       		<div id="bd">
       		<div id="yui-main">...</div>
       		<div class="yui-b">
       			<nav class="lsidebar" role="navigation">...</nav>
       		</div>
       ```
   
 * see grid.css
    layout is controled float and margin( em ) culculate em = base 
   font size ( 13px ) x px width

Viewing 1 replies (of 1 total)

The topic ‘Equalizing sidebar widths’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [nobita](https://wordpress.org/support/users/nobita/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/equalizing-sidebar-widths/#post-6274668)
 * Status: not resolved