Quote:
Originally Posted by ForYou
Where i need to change this to be work , i was try but it dosen't work ,
please let me know where exactly put above code ,
|
See this post. I highlighted what you need to change. In your case, you want to change 2 to 3 and .5 to .33.
Quote:
Originally Posted by Lynne
original code in the mod:
Code:
.editor_smiliebox ul.smiliebox {
height:{vb:math 21+2*2}px;
margin:0 auto;
width:{vb:math 20+{vb:raw vboptions.smtotal}*{vb:math 20+2*2}}px;
}
code I posted in post 6 to create 2 rows of smilies:
Code:
.editor_smiliebox ul.smiliebox {
height:{vb:math 2*{vb:math 21+2*2}}px;
margin:0 auto;
width:{vb:math 20+.5*{vb:raw vboptions.smtotal}*{vb:math 20+2*2}}px;
}
Code in red is what I changed.
|
Quote:
Originally Posted by CoronasRGood
|
What page is that on? It looks like the ajax edit in the post, but this mod shouldn't be doing anything to that.