lukec
New Member
Posts: 13
inherit
191234
0
Sept 3, 2013 13:00:53 GMT -8
lukec
13
March 2013
lukec
|
Post by lukec on Mar 14, 2013 15:24:16 GMT -8
I've now moved my shoutbox to the top and thinking how much room it takes up @ 300 pixel it only displays 3/4 post, Ive removed the sent button. Is it possible to make the reply box smaller and/or put the posts closer together?
Many thanks Luke
|
|
yukishido
New Member
Trying to find Hatchery Code to work on proboards...
Posts: 18
inherit
189738
0
Aug 6, 2022 18:50:13 GMT -8
yukishido
Trying to find Hatchery Code to work on proboards...
18
February 2013
yukishido
|
Post by yukishido on Mar 22, 2013 18:15:41 GMT -8
Can you post your code? I am trying to move my shoutbox as well.
|
|
lukec
New Member
Posts: 13
inherit
191234
0
Sept 3, 2013 13:00:53 GMT -8
lukec
13
March 2013
lukec
|
Post by lukec on Mar 24, 2013 13:53:04 GMT -8
hey Hope this helps I put this into the Global footer <script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); }); </script> And this into the main header <div id="move-shoutbox"></div>
|
|
yukishido
New Member
Trying to find Hatchery Code to work on proboards...
Posts: 18
inherit
189738
0
Aug 6, 2022 18:50:13 GMT -8
yukishido
Trying to find Hatchery Code to work on proboards...
18
February 2013
yukishido
|
Post by yukishido on Mar 25, 2013 23:04:50 GMT -8
Thanks!
|
|
inherit
190188
0
Aug 30, 2019 13:12:09 GMT -8
librarian7
10
February 2013
librarian7
|
Post by librarian7 on Apr 7, 2013 8:09:57 GMT -8
Thank you lukec!
|
|