Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #858 goes here! (Design, Template 858) |
Everything about design #858 goes here! |
1. I'm having trouble with this skin...I am trying to make the forum wider and I have tried looking and pressing ctrl+F to find that phrase as that you mentioned before, but I cannot find it anywhere.
2. Anyways, in the process of figuring this out I seem to have messed up the CSS. I restore it with the back up, and then when I go and just save the normal CSS it makes the screen go white with no menu's or banners or anything. So can anyone give me the regular CSS of design 858? So I can just restart it. That would be great! 3. I've been trying to find a topic of how to take off the navigation bar, but I can't seem to find it. Does anyone have a link? P.S. Excuse the name btw...I tried to change it, but it won't change on this website now that I have already registered. Added (2010-02-23, 8:04 Pm) Nvm about Q2 I just restored the template...i am an idiot. I still would like Q3 answered tho. thank you in advance. |
Quote (GOD9503) 1. I'm having trouble with this skin...I am trying to make the forum wider and I have tried looking and pressing ctrl+F to find that phrase as that you mentioned before, but I cannot find it anywhere.
Quote (GOD9503) 2. Anyways, in the process of figuring this out I seem to have messed up the CSS. I restore it with the back up, and then when I go and just save the normal CSS it makes the screen go white with no menu's or banners or anything. So can anyone give me the regular CSS of design 858? So I can just restart it. That would be great!
Quote (GOD9503) 3. I've been trying to find a topic of how to take off the navigation bar, but I can't seem to find it. Does anyone have a link?
Quote (GOD9503) P.S. Excuse the name btw...I tried to change it, but it won't change on this website now that I have already registered.
Quote (GOD9503) ok I found where that phrase is where you change the size of the forums for Q1, but everytime I change anything on the CSS it just goes completely white except for text, forum table. There is no nav bar or banner. Is there any reason for this? Even when I don't change anything on the default template and click save it does this, so I'm not sure whats going on. [... With uCoz since December 2 2007 ...]
|
Design #858
Just wondering if it is possible to get rid of the nav bar or side bar where it says site menu, our poll, statistics and search only on the forums. I want all of that to stay on every other page, but not the forum. Also after doing that, I would like to widen only the forum to the full 780px of the background, but keep all the rest of the pages the same. Is there a way to do this that is relatively simple to a CSS beginner? Thank you for your time. Site- http://imagine-nation.ucoz.com/ Prt Sc of what I'm talking about- http://i279.photobucket.com/albums/kk153/Spider-Man91/ucozhelp.png Post edited by GOD9503 - Wednesday, 2010-02-24, 8:28 PM
|
Control Panel ---> Forum ---> Module Design Customization
Find... Code <div id="rightColumn"> $GLOBAL_CLEFTER$ </div> Delete it. Control Panel ---> Design ---> Design Management(CSS) Find... Code #leftColumn {width:520px;float:left;overflow:auto;} Replace with Code #leftColumn {width:780px;float:left;overflow:auto;} Post edited by Renatus - Wednesday, 2010-02-24, 9:34 PM
|
Well yes change '#leftColumn' to the default which is at
Control Panel ---> Design ---> Design Management(CSS) Default is Code #leftColumn {width:520px;float:left;overflow:auto;} Add the following code below '#leftColumn' Code #leftColForum {width:780px;float:left;overflow:auto;} Then navigate to: Control Panel ---> Forum ---> Module Design Customization Find... Code <div id="leftColumn"> Delete it. Replace with... Code <div id="leftColForum"> Also remeber to do this.. Find... Code <div id="rightColumn"> $GLOBAL_CLEFTER$ </div> Delete it. Fin. Next time I wont necessarily answer something like this as it is coding knowledge related more than uCoz. Pssst Dartzie update the first post wider forum link to this one <3 Post edited by Renatus - Thursday, 2010-02-25, 1:31 AM
|
Ok I got the sidebar out, but there is still a thin grey line going vertical all the way down. Can I remove this and if so, how do I do this? Thank you for everything you have done so far btw.
I believe it is part of that side bar because it was right next to it. Prt sc of it... http://i279.photobucket.com/albums/kk153/Spider-Man91/ucozhelp2.png |
hello.. i have 2 questions.
1... how do i get my main page to be a sign up or login page only... i want people to sign up for my site, not to go in and be a guest... 2... if i download a game say any muilty user game. something like facebook has..(mytown)... can i download a muilty user game and post it on my site and have other users to use it? |
| |||