The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

FLUID Website?

3 posters

Go down

Solved FLUID Website?

Post by Zapton January 10th 2010, 15:54

Greetings, I've got a problem, a friend tells me that my forum is "fluid" that the forum adjusts to what your screen resolution is, and he says that the I should go into the CSS, if I had access, which I figured was ACP > Display > Colors > CSS Stylesheet, so I did that, and now I've perhaps figured out that the code I'm looking for to change is lying under "See your forums Basic CSS" which I can not make any changes in, my friend says that the code I need to change is under the file: "43-ltr.css"
and the code written there says:
Code:

#wrap {
background-color:#101011;
margin:0 auto;
[color=red]min-width:768px;[/color]
padding:5px;
width:70%;
}
it's supposed to say, according to him;
Code:

width:768px;

Anyone who can help me fix so it wont adjust to the screen resolution? so it wont be "fluid"?
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Solved Re: FLUID Website?

Post by Bleachzor January 10th 2010, 16:17

If it is what I think, you mean to say, then you need this:
Code:
#wrap {
width : 768px;
}
Copy+paste it at the end of your CSS and see if I am right.

After adjusting it, you might want to change your background color of the part next to it. If this is the case, then search for something that looks simular to this:
Code:
body {
   font-family: Verdana,Arial,Helvetica,sans-serif;
   color: #666666;
   background-color: #000000;
If I'm right, then changing the "background-color" value to something else (a color name or code) will do the job.

Hope this helps.
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

Solved Re: FLUID Website?

Post by Zapton January 10th 2010, 22:41

Thank you, it worked.
[SOLVED]
Zapton
Zapton
Forumember

Posts : 98
Reputation : 0
Language : Swedish

Back to top Go down

Solved Re: FLUID Website?

Post by Sanket January 11th 2010, 06:46

Since this thread appears to be solved, I will lock this thread and mark it as solved.
FLUID Website? 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum