Forum Moderators: not2easy

Message Too Old, No Replies

wordpress css and browswer issues

wordpress theme not aligning right in hi res browsers

         

randinicole

10:42 pm on Aug 17, 2008 (gmt 0)

10+ Year Member



im running 2.6.1 not that that helps i made a layout and i see it fine on my browswer with a 1024x768 view, but when my friends with a 1280x1024 view see it its all messed up. i know it has to do with my css and margins im not to good at coding wordpress. here are pics to see what im talking about. i really dont know how to fix this obviously fix my background image for bigger browsers but i dont know how to align the content

<snip>

this is my css code involving the alignment of my containers and sidebar

#main-c {
width: 750px;
margin: 0;
padding: 0;
background: ;
margin-left: 105px;

}

}

#main {
width: 750px;
background: ;

}

#bigger {
width: 460px;
float: left;

margin: 10;
padding: 0 0 0px 0;
background: ;

}

#smaller {

width: 210px;
float: right;
position: relative;
top: 0px;
left: 25px;
padding: 0;
font-size: 11px;
line-height: 16px;
border-left: 1px 0 #CFC0D5;

[edited by: DrDoc at 2:51 am (utc) on Aug. 18, 2008]
[edit reason] No URIs, please. See posting guidelines. [/edit]

DrDoc

2:54 am on Aug 18, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld!

Sounds to me like you have something that centers the content on the page. Look in your CSS for something that centers the layout. Perhaps a line with something like

margin: 0 auto;
.

Off the top of my head, there are two possible fixes:

1) Remove what ever interferes with content alignment
2) Add a wrapper which restricts the width

randinicole

3:31 am on Aug 18, 2008 (gmt 0)

10+ Year Member



Thanks but i fixed it :)