PDA

View Full Version : Member Profiles Question


jacob115
12-24-2009, 12:02 PM
I use Joomla as a homepage. I decided that I want to make them look the same.

I create a new skin and used the Joomla HTML and CSS. I did make some modifications, so it would look better.

However, there is still one thing I can't figure out. I don't want to make this skin default until it is done.

If you look at the attachment, the profiles get squished together.

I think it is probably CSS causing it. Does anyone know what CSS is causing it?

The three links to the Joomla CSS are:
http://www.webkinztown.com/templates/yoo_phoenix/css/template1.css
http://www.webkinztown.com/templates/yoo_phoenix/css/variations/waveblue.css
http://www.webkinztown.com/templates/yoo_phoenix/css/custom.css

Thanks!

jacob115
12-26-2009, 12:47 PM
I eliminated code. Does anyone know out of this code what is doing that?


#mainmiddle-expand {

width: 200%;

}





#content {

position: relative;

left: 50%;

width: 50%;


}



#content-shift {

position: relative;

left: -100%;





overflow: hidden;

}





#contentleft {

position: relative;

left: -50%;



float: left;

overflow:hidden;

}





#contentright {





float: left;

overflow:hidden;

}