inherit
144301
0
Jun 10, 2021 18:29:00 GMT -8
Angelic Girl
757
August 2009
enchanted
|
Post by Angelic Girl on Mar 21, 2013 14:04:45 GMT -8
Okay so I've tried to get this done myself and I'm finally asking for help. Anyways, what I would like is for the shoutbox to be directly center underneath the forums -so the same width as the boards- and not stretching across underneath the entire space of the forum and sidebars. My site is here: unforgivable-curse.proboards.com/Is there any way this can be done? I tried the general width resizing code but it just changed the width, and made it center with the entire site, whereas I would like it directly underneath and aligned under the forums and my "Daily Prophet" table. Also, there seems to be a gap underneath my Shoutbox, and I don't know why it's there. I've tried going to shoutbox templates and resetting it to default but it is still there. :/ Any help would be appreciated. Let me know if I'm not clear enough with my explanation. ;.;
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 21, 2013 14:35:08 GMT -8
Hi, Angelic Girl. Try adding this code to your forum, placing the <div id="move-shoutbox"></div> portion into the Footer section of the sidebar plugin, under the Header/Footer tab.
|
|
inherit
144301
0
Jun 10, 2021 18:29:00 GMT -8
Angelic Girl
757
August 2009
enchanted
|
Post by Angelic Girl on Mar 21, 2013 15:57:38 GMT -8
Thank you Brian, I didn't even think about putting it there. Now how do I get rid of the space / gap that's underneath it?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 21, 2013 16:00:58 GMT -8
The small 10px margin that's at the bottom of every container? That's the only thing I can think of that you might be referring to.
Add this to the same place you put the code.
|
|
inherit
144301
0
Jun 10, 2021 18:29:00 GMT -8
Angelic Girl
757
August 2009
enchanted
|
Post by Angelic Girl on Mar 21, 2013 16:11:38 GMT -8
Brian On my screen I see this: I'm using google chrome.
|
|
inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on Mar 22, 2013 9:19:01 GMT -8
Hi Angelic Girl, To remove that gap, visit your admin panel and then navigate to Themes > Advanced Styles & CSS. Once there, click on the "Style Sheet" tab and then scroll down to line 1340 and you should see this line: .shoutbox_container.orientation-bottom { padding-bottom: 174px; } Change 174px to 0px and that should get rid of the gap
|
|
inherit
144301
0
Jun 10, 2021 18:29:00 GMT -8
Angelic Girl
757
August 2009
enchanted
|
Post by Angelic Girl on Mar 22, 2013 9:37:22 GMT -8
|
|