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.

Background Width Problem

+6
Adiex
Broly Ss10
Xcore_007
Sir-Duke
Brad38
Navara
10 posters

Go down

Background Width Problem Empty Background Width Problem

Post by Navara May 16th 2008, 7:14 pm

Hi, I dont know if this is just me but the background width seems to be too big for the screen and there is a scroll at the bottom of the page which is annoying.

this is my site - http://sickuk.heavenforum.org/index.htm

and if you could help me, it would be much appreciated.
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Brad38 May 17th 2008, 12:15 am

Hello Everyone,

I'm having the same problem, however it's not a problem on my end, it's a problem for some of my members. I recently changed the skin of my forum and since I have this is when the problem has started. The skin I was using before didn't have this problem and it seemed to resize automatically to whatever size of monitor you were viewing the forum on.

Now, it seems that only the larger and wider monitors will show the proper size. Smaller screen and resolutions seem to have to use a slider bar to view the whole width.
Brad38
Brad38
Forumember

Male Posts : 667
Reputation : 32
Language : english

http://pigeonchat.forumakers.com/

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Guest May 17th 2008, 12:16 am

yes, it is probably the size of your screen or the browser that you are using.

Drag~
avatar
Guest
Guest


Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Sir-Duke May 17th 2008, 12:43 am

Navara wrote:Hi, I dont know if this is just me but the background width seems to be too big for the screen and there is a scroll at the bottom of the page which is annoying.

this is my site - http://sickuk.heavenforum.org/index.htm

and if you could help me, it would be much appreciated.
STOP looking on your forum through mobile phone Smile joke Mr. Green
it's just ur screen bud cuz your forum looks fine on mine Smile . what u might wanna do is to adjust ur screen size
Sir-Duke
Sir-Duke
Forumember

Male Posts : 584
Reputation : 1
Language : english

http://www.smartappsworld.forumn.org

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 12:57 pm

my screen is 24" widescreen lol?
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 12:58 pm

and i dont get it on any other forum just mine Sad
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Xcore_007 May 17th 2008, 1:05 pm

Nice Themes bro..
Xcore_007
Xcore_007
Forumember

Male Posts : 25
Reputation : 0
Language : English

http://gsmuniverse.one-forum.net

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 1:06 pm

Xcore_007 wrote:Nice Themes bro..

er thanks, but can you help me ? lol
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Xcore_007 May 17th 2008, 1:10 pm

Goto Admin Panel>Style>Colors>Page structure Forum width (number or %) adjust here..

see the result:
Xcore_007
Xcore_007
Forumember

Male Posts : 25
Reputation : 0
Language : English

http://gsmuniverse.one-forum.net

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 1:13 pm

i tried that but it only effects the forum part, the problem is with the background. oh its called the footer, its too wide
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Xcore_007 May 17th 2008, 1:15 pm

TRY ALSO EDIT IN CSS STYLE SHEET LOOK FOR THIS SCRIPT CODE

}
body#phpbb div#wrap {
width: 85%;
margin: 0;
}
Xcore_007
Xcore_007
Forumember

Male Posts : 25
Reputation : 0
Language : English

http://gsmuniverse.one-forum.net

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 1:26 pm

cant seem to find the code, where abouts is it?
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Broly Ss10 May 17th 2008, 2:21 pm

How do you get that many members? It's simple, just only make 1 background picture, then add the link. It'll add it within tiles.
Broly Ss10
Broly Ss10
Forumember

Male Posts : 349
Reputation : 13
Language : English/Spanish
Location : Melbourne

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Guest May 17th 2008, 2:34 pm

It is the theme you are using
avatar
Guest
Guest


Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 2:53 pm

so is there a way to fix it without changing the theme? i dont know much about the CSS and stuff
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 8:49 pm

any ideas?
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Adiex May 17th 2008, 8:55 pm

yop,
that caused by your footer.. maybe your just accidentally change it somewhere.. try paste this code on your customize css and see if its work or not Wink

Code:

/* Footer---------------------------------------------------*/
.copyright {
padding:5px;
text-align: center;
color: #000000;
}
Adiex
Adiex
Active Poster

Male Posts : 1014
Reputation : 33
Language : er?
Location : back alive & kicking xD

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by eiyuu May 17th 2008, 9:32 pm

Code:
.inner{width:90%;}

put that in your css and the scroll will be gone Very Happy

for better view, try this:

Code:

#page-footer, div.navbar, div.navbar ul.linklist {
display:block !important;
width:769px;
margin: auto;
text-align: center;
}
.inner{width:90%;margin: auto;}


Last edited by eiyuu on May 17th 2008, 9:51 pm; edited 1 time in total
eiyuu
eiyuu
Forumember

Posts : 94
Reputation : 0
Language : english

http://jrock4vn.forump.info/index.htm

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 9:45 pm

ok, so where do i put that?
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 9:55 pm

im so confused.
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by eiyuu May 17th 2008, 10:00 pm

your custom css box Wink
eiyuu
eiyuu
Forumember

Posts : 94
Reputation : 0
Language : english

http://jrock4vn.forump.info/index.htm

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 10:01 pm

yea, but what do i do with the code? do i put it at the bottom or replace something? ( which i cant find )
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by eiyuu May 17th 2008, 10:04 pm

dont worry, with the !important code you dont have to replace anything, just put it in the bottom of your css or wherever you like Smile
eiyuu
eiyuu
Forumember

Posts : 94
Reputation : 0
Language : english

http://jrock4vn.forump.info/index.htm

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Navara May 17th 2008, 10:12 pm

omg, it worked.

thankyou,
Navara
Navara
New Member

Posts : 19
Reputation : 0
Language : English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Akis360gr May 17th 2008, 10:12 pm

I have the same problem too !!!

I made all what you described more, but i continued i have the same problem…

I did not change CSS stylesheet, and suddenly was presented this problem!!

...did become an update and did influence the regulations of appearance ???
avatar
Akis360gr
New Member

Posts : 16
Reputation : 0
Language : Greek, English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Adiex May 17th 2008, 11:56 pm

i think the problem were just temporary glitch,, im pretty sure all forum tat used phpb 3.0 got same problem now.. so best to leave as it is because maybe sooner this problem will fixed by forumotion technician Wink
Adiex
Adiex
Active Poster

Male Posts : 1014
Reputation : 33
Language : er?
Location : back alive & kicking xD

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by eiyuu May 18th 2008, 4:26 am

I'm glad but why did you change the width to 1250px? I know
my screen is 24" widescreen lol
but in smaller resolution screen your forum appears too big, so I suggest you change it to width=***% Very Happy
eiyuu
eiyuu
Forumember

Posts : 94
Reputation : 0
Language : english

http://jrock4vn.forump.info/index.htm

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by Akis360gr May 18th 2008, 1:51 pm

Adiex wrote:i think the problem were just temporary glitch,, im pretty sure all forum tat used phpb 3.0 got same problem now.. so best to leave as it is because maybe sooner this problem will fixed by forumotion technician Wink


Ok... thx a lot ... !!
avatar
Akis360gr
New Member

Posts : 16
Reputation : 0
Language : Greek, English

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by chouzouris May 18th 2008, 2:06 pm

I have the same problem with my forum (http://www.gatospito.com)....

ANY IDEAS? Is it a GENERAL problem?
chouzouris
chouzouris
Forumember

Female Posts : 161
Reputation : 0
Language : ENGLISH
Location : Greece

http://www.gatospito.com

Back to top Go down

Background Width Problem Empty Re: Background Width Problem

Post by xzminx July 19th 2008, 7:08 pm

Here is my forum...
http://drugovi.friendhood.net/index.htm

I have a problem on resolution higher than 1024x768. I'm using 1280x800. The forums/categories go outside of the page structure, or you might say there is a line cossing the page making it look not nice Evil or Very Mad
Any help would be appreciated.

Note! I tried changing the width several times with different values (and saved changes ofcourse) but none of those made any change to appearance.
I've alse changed (updated) the CSS code with the chunk of code from post above, again with no visible change in appearance...
avatar
xzminx
New Member

Posts : 1
Reputation : 0
Language : kacanoft

Back to top Go down

Back to top

- Similar topics

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