Support Forum

Forum window height issue, needing scrolling

FO focus
focus
Member

hi, is there a way to increase the height of the forum window? I find I am scrolling both the main forum site page, plus having to scroll the forum itself within the page.

Ideally I would like the forum window to extend its height, so that the viewer only needs to scroll the main page scroll bar to see all the content on the forum view

Image attached with arrow showing forum window cut off.

Is this possible?  thanks

Daveforum-window.png

5 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Well – that particular theme was really targeted at, say, a large tablet format.
Find this in the styles (iForum.php):

#spMainContainer .spIforumMin {
max-height: 750px;
overflow: auto;
}

and change the 750px. If you want it to just display everything then set it to 100%

Hint: It is nearer the bottom of the file than the top!

FO focus
focus
Member

Thanks. I am using 5.0 Beta. I can’t locate the iForum.php file. Where do I find it please?

MP Mr Papa
Mr Papa
Member

where ever you have located your sp themes… by default its wp-content/sp-resources/forum/themes/iforum

FO focus
focus
Member

Perfect all sorted. I was looking in the plugins folder, rather than the sp-resources folder.

thanks