Page 1 of 1

Featured Module Width

Posted: Fri Jan 13, 2012 9:29 pm
by coolpenguin
Hello everyone,

I changed in the the stylesheet that the "right content" should be wider. (220px to be precise) That went good but the main problem now is that i dont know how to shrink the featured modulde in the middle content. Right now the bar is to long. Can anyone help me with this?

http://www.warhammerbits.nl

Cheers ;)

Re: Featured Module Width

Posted: Fri Jan 13, 2012 11:21 pm
by grgr
Increase 'margin-right' line 88'ish.

Re: Featured Module Width

Posted: Sat Jan 14, 2012 1:28 am
by angelo
on stylesheet.css, line 88 you have

#column-right + #content {
margin-right: 195px;
}

Re: Featured Module Width

Posted: Sat Jan 14, 2012 3:14 am
by coolpenguin
Solved, thanks guys!