Right Side bar width.

Latest Reply from Sparrow at 2013-05-07 05:50:14
Hello,
I'm trying to change the right sidebar width of this theme. I've found the width in .sidebar.right as part of the wide.css and tablet.css and that part was an easy change.

However, there is a gradient background that matches the old 272px size. I cannot for the life of me find where this is defined as either a png or a hex value gradient that includes the width.

Thanks,
Mark
I found it finally.

In case anyone search for this and has the same question, the css is in style.css, under

content .widget
background:url(images/widget.png) left top repeat-y;

As a temporary fix, it changed it to a static color until I have time to edit the png on a machine that has photoshop.

background:#012144;

Instead of applying to the whole div, it's for each WP widget, which isn't where I was looking before.
Hi Mark,

How did you manage to change the width size?
I can't see anything at all....
I found! Folder css --> wide.css. You have to change these lines:
.sidebar.right { position:relative; float:right; overflow:hidden; padding-bottom:20px; height:100%; width:272px; }
.sidebar.left { position:relative; float:right; overflow:hidden; padding-bottom:20px; height:100%; width:272px; }

Leave a reply

Add codeAdd image