I'm trying to modifying this journal (Paid account). I want to make the sidebar slimmer, since it takes up a lot of space on the page. I can get the content of the sidebar to shrink down easily by doing .sidebar-inner { width: whatever; }, but the color behind it (in my case, light blue) won't change sizes. I'd also eventually like to get it on the
(
Read more... )
Comments 13
Reply
Reply
.sidebar-inner {width: 250px !important;}
.column-left .content-inner {margin-left: 265px;}
.column-left .header {margin-left: 250px;}
Change the 250 to whatever you want the width of your sidebar. 265 to be the the width that you want + 15.
Reply
Reply
Leave a comment