Closed nathanmerrill closed 10 years ago
need to enlarge width of #page-inner
, #page-header
, #page-content
and #column2
by 100px
This CSS will expand all pages nicely
#page, #page-nav, #page-header .inner img {width:1120px !important;}
#page-header .inner .song-data-container {width:946px !important;}
#page-content{width:1060px;}
#column2{width:400px}
I need to rework how CSS are inserted in my script. there is too much CSS fragment in the code.
But this is messing up the other pages too. The top bar does not fill the page anymore. This is why I did not do it at first. I did not find a way to enlarge the chatbox, the page and keep the chatbox inside the page.