Jump to content

Change website page width


Recommended Posts

Hi

 

Thanks for getting back to me . My url is uk?gaming?pcs.co.uk .. With out the question markes

 

I have been looking through the global css i could not find a wrapper

But i did find the below . Is that the right place . I dont think so as the page is not set to 950

Its alot smaller

 

/* global layout */

#page {

width: 951px;

margin: 0 auto;

text-align: left

 

Thanks for your help

 

PS

 

Mike If you have a look at the site can you see if there is any thing you would change or add to make it better that would be great

 

Gary

Link to comment
Share on other sites

Hi Mike

 

Thank you for having a look . No it dont look normal on my pc . It is really small

 

Can you please check this site for me . Its the same site but this one is set to 951 and there is a big difference between the 2 sites

 

uk-gaming-pcs.co.uk ( this is what i want the site to look like )

 

ukgamingpcs.co.uk ( the one you look at yesterday )

 

Both urls are correct as they are now no www.

 

Many Thanks

 

Gary

Link to comment
Share on other sites

Hi

 

Thanks for everyones help

 

Sorry the screenshot never works on this pc . I know its ALT + PRT SC . But it does nothink

 

Would you be so kind to post one for me too see what size you are seeing the site at ?

 

on ukgamingpcs.co.uk . i see from the left side of the page a 6" gap to the Categories box were you see the background . Plus its very hard to see the text in the Categories .

 

on uk-gaming-pcs.co.uk . There is only a 3" gap were you see the background and the text perfect .

 

On the ukgamingpcs.co.uk it has a background as wide as this forum page . All the blue on the left side and right side.

 

Then on uk-gaming-pcs.co.uk there is half the amount of blue each side . Which is what i want on ukgamingpcs.co.uk

 

I hope i have explained it OK

 

Thanks for all your help

 

Gary

Link to comment
Share on other sites

Hi Mike

 

Thanks for getting back to me

 

No that is not how im seeing my site . See below . see there is no background and the help chat bar at the bottem

sits over the right hand colum . The text is bigger and the hole site looks a lot better .

 

I want everyone to see it the way i do . Not small like you are now

 

1_screen.jpg

 

Hope you can help

 

Thanks

 

Gary

Link to comment
Share on other sites

Hi Favre

 

Thanks for getting back to me .

 

Its is under the page tab in IE .

 

It is set to 100% which makes my site look very small . Is there a way so it is on 125% all the time for everyone

 

or would i have to change the page width ? Its on 951 now . Say if i took it up to 1200

 

As it stands now i think the site look very bad . because of the size . But when it set to 125 zoom it look perfect

 

Do you have any iders ?

 

Would you be able to help on my other post .

 

i changed host and domain name from uk-gaming-pcs.co.uk to ukgamingpcs.co.uk now i cant login to the back office

 

i changes the login url ukgamingpcs.co.uk/admin_garyr/login.php? . tried resetting the password and it says account dose not exist

 

Thanks for all your help

 

Gary

Link to comment
Share on other sites

Hi Favre

 

I found the text below

 

#left_column, #center_column, #right_column { float: left }

#left_column {

clear: left;

width: 191px;

padding-right: 21px;

overflow: hidden

}

#center_column {

width: 556px;

margin: 0 0 30px 0

}

#right_column {

width: 191px;

padding-left: 21px;

overflow: hidden

 

I changes it to

 

#left_column, #center_column, #right_column { float: left }

#left_column {

clear: left;

width: 400px;

padding-right: 21px;

overflow: hidden

}

#center_column {

width: 600px;

margin: 0 0 30px 0

}

#right_column {

width: 400px;

padding-left: 21px;

overflow: hidden

 

But no changes was made to the site .

 

Were am i going wrong

 

Many Thanks

 

Gary

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...