Which file can i change this code in?
Posted: 25 Jan 2012, 20:06
Hi,
Which file can i change this code in?
<ul id="vertical-ticker" class="topiclist forums" style="height: 123px; overflow-x: hidden; overflow-y: hidden; ">
I try
But it didn't work...
Which file can i change this code in?
<ul id="vertical-ticker" class="topiclist forums" style="height: 123px; overflow-x: hidden; overflow-y: hidden; ">
I try
Code: Select all
/* Top Stats Mod */
#vertical-ticker{
position:relative;
height:123px;
overflow:hidden;
}