Screenshot attached

CommentFileSizeAuthor
sidebar-color.PNG49.24 KBmitchell

Comments

Jeff Burnz’s picture

Good spotting, all we need to do is be more specific with the CSS.

Around line 31 (genesis_webify.css) clear out the styles from #columns {}, then around line 35/36 add in,

.sidebar-right #columns {background: url(images/right-sidebar-tile.png) repeat-y 62% 0;}
.no-sidebars #columns {background: #FFF;}

Committed to head.

mitchell’s picture

Status: Active » Fixed

Thank you!

Jeff Burnz’s picture

Status: Fixed » Closed (fixed)

Sweet;)