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.

Forum size problems

2 posters

Go down

In progress Forum size problems

Post by shawn.m July 1st 2011, 22:54

Hi please can someone help me, my forum scrolls to the right for some reason please can someone help me thanks. Smile
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

In progress Re: Forum size problems

Post by Nera. July 1st 2011, 23:13

Hi Shawn,

You pushed it with this margin: -50px;
Change this
Code:
.pun {
    margin: -50px;
    width: auto;
}
To this
Code:
.pun {
    margin-top: -50px;
    width: auto;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Forum size problems

Post by shawn.m July 1st 2011, 23:16

hi thanks it's done but now there are gaps at the sides of my top bar ?
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

In progress Re: Forum size problems

Post by Nera. July 1st 2011, 23:24

Try adding this to CSS
Code:
.pun {
    background-image: url("http://i.imm.io/71sX.png");
    border-bottom: 2px solid #C10000;
    height: 91px;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Forum size problems

Post by shawn.m July 1st 2011, 23:34

thanks alot. Last thing my html pages width are messed up and look like this http://modifiedrides.7forum.info/h7-modified-rides-links with white boxes everywere :s
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

In progress Re: Forum size problems

Post by Nera. July 1st 2011, 23:53

You'll find to contents in your CSS
Delete one.
Than remove padding from the other and make width auto. Like this.

Code:
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-top: 12px;
    width: auto;
}

#pun-about { also set width to auto to get this http://i.imm.io/71wZ.png
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Forum size problems

Post by shawn.m July 2nd 2011, 00:01

this makes more problems now my home page footer looks like this http://modifiedrides.7forum.info/ and when i set it to auto my contact over laps the background
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

In progress Re: Forum size problems

Post by Nera. July 2nd 2011, 00:08

Make the content padding to 6px and pun about width to 888px.
That sould be OK for both HTML and forum.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Forum size problems

Post by shawn.m July 2nd 2011, 09:56

sorry but am lost lol can you give me more info or codes thanks
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

In progress Re: Forum size problems

Post by Nera. July 2nd 2011, 10:13

Leave it like this shawn. And in two places in your CSS you have content.
Code:
#content {
Something is here
}
Delete the padding in both places and see does it fit. One is as I see 20px one is 6px.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Forum size problems

Post by shawn.m July 2nd 2011, 13:53

i did this and now am just back were i started i just want all my pages to be tidy and the same Confused
shawn.m
shawn.m
Forumember

Male Posts : 365
Reputation : 1
Language : English

http://modifiedcarroom.com/

Back to top Go down

Back to top


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