any way to make forum wider? looked in profile
reading code inside a scroll box inside a tiny html strip down the middle of my browser...
thanks
:)
make forum wider?
(16 posts) (9 voices)-
Posted 10 months ago #
-
I'd love to see this as well.
Posted 10 months ago # -
+1
Posted 9 months ago # -
how? which template should we use ?
Posted 9 months ago # -
@riq: You could save yourself some trouble of a new theme and just adjust the width of the current theme. You would just have to FTP and edit:
http://www.cocos2d-iphone.org/forum/my-templates/kakumei-riq/style.cssFrom there you can add the following CSS definitions to the bottom of the file and it will adjust the width to up to 960 (fairly accepted standard width for most sites).
#header, #main, #footer { width: 960px; }Posted 9 months ago # -
done. thanks.
How does it look ?
Posted 9 months ago # -
I don't notice any difference
Posted 9 months ago # -
@riq: Looks great. Caught a few more CSS updates need. Front page table, the reply box, tags and title seem a little narrower now though so add this under the previously added CSS definitions:
#latest, #forumlist { width: 790px; } .num, #forumlist small { white-space: wrap; } .postform #topic, .postform #tags-input, .postform textarea { max-width: 924px; width: 100%; }Posted 9 months ago # -
Thanks! added the new styles.
Posted 9 months ago # -
@riq: No problem. Just made a couple more tweaks. Maybe you should recopy that code block. Fixed the extra large forum display as well. That should be it! Thanks for making the changes, looks much nicer now! :)
Posted 9 months ago # -
done. thanks!
Posted 9 months ago # -
It would be great if the topic list was wide enough to fit into iphone landscape screen nicely :) I still need to zoom it every time.
Posted 9 months ago # -
I'd like to see all links open in a new tab by default. Ta la
Posted 9 months ago # -
Thank you. done.
Posted 9 months ago # -
I don't want to be an a*hole but I preferred the old way! see a long post now like this one:
http://www.cocos2d-iphone.org/forum/topic/20093
it hurts my eyes to read such a long sentences in a row now, by the time I reach the right side and go back to left I lose track of the line I was.
But anyway maybe is just me, I guess I can get use to it with time, so you can just ignore me.
EDIT: of course zooming in the text does the job for me, getting old I guess.
Posted 9 months ago #
Reply
You must log in to post.