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.

Banner Overlapping Page

3 posters

Go down

Banner Overlapping Page Empty Banner Overlapping Page

Post by TR August 29th 2009, 10:29 pm

Hi,
today I descovered when I made my window smaller, my forum's banner overlapped the main body of my forum; As well as the navbar. I tried this on The Forums of Forums (Same version of forum) and the banner did not overlap. How do I fix this?

Here are screenshots to describe what I mean:
Overlapping
Banner Overlapping Page BannerOverlapping-2

Not Overlapping
Banner Overlapping Page BannerNotOverlapping-1

Thanks,
-TR


Last edited by TR on September 3rd 2009, 4:45 am; edited 1 time in total
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Banner Overlapping Page Empty Re: Banner Overlapping Page

Post by ProgVal August 29th 2009, 10:50 pm

Hello,

That's why the CSS fixed the page width.
Go to the CSS editor, copy all the code, and paste it here.

Cordially,
ProgVal
ProgVal
ProgVal
Forumember

Male Posts : 80
Reputation : 10
Language : French; learning English
Location : France/Moselle/On my PC

http://aide.1fr1.net

Back to top Go down

Banner Overlapping Page Empty Re: Banner Overlapping Page

Post by TR August 29th 2009, 10:53 pm

How do I get to my CSS Editor?
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Banner Overlapping Page Empty Re: Banner Overlapping Page

Post by TheKiller August 30th 2009, 1:36 am

ACP/Display/Colors/CSS Style sheet
TheKiller
TheKiller
Forumember

Male Posts : 291
Reputation : 10
Language : English

http://RisingDead.UltimaRPG.net

Back to top Go down

Banner Overlapping Page Empty Re: Banner Overlapping Page

Post by TR August 30th 2009, 2:10 am

Thanks.
This is what it says:

.second_nav {
padding: 0 0 0 0;
background-image: url('');
border-color: transparent;
width:98%;
}
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Banner Overlapping Page Empty Re: Banner Overlapping Page

Post by ProgVal August 30th 2009, 9:39 am

Try to put this code into the CSS editor:
Code:
body#phpbb div#wrap
{
  max-width: 95%;
}
If it doesn't work, try this one: (replace the previous code by the fellowing)
Code:
body#phpbb div#wrap
{
  width: 95%;
}
ProgVal
ProgVal
Forumember

Male Posts : 80
Reputation : 10
Language : French; learning English
Location : France/Moselle/On my PC

http://aide.1fr1.net

Back to top Go down

Back to top

- Similar topics

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