Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/11/2012, 05:01
mirza
 
Fecha de Ingreso: octubre-2012
Mensajes: 77
Antigüedad: 11 años, 6 meses
Puntos: 1
Cree 2 bloques pero me quedan uno abajo del otro

Cree 2 bloques nuevos, pero me quedan uno abajo del otro, como se puede hacer para ponerlos uno al lado del otro :)

la web, los bloques estan abajo, uno dice mercados, el otro es una imagen y otro noticias
http://198.15.85.119/~otto/

este es mi style.css
Código:
/********************************************/

/***********************Content Region*************************/
#main-wrapper #main { margin:0 auto; overflow:hidden;}
.content-wrap { width:100%; overflow:hidden; padding-bottom:30px;}

/*Node heading*/
.front #content h1.title { display:none;}
#content h1.title { font-size:24px; letter-spacing:-1px;}
.node h2 {
	color:#d93f09;
	font-size:20px;
	line-height:normal;
	padding:0px;
}
	.node h2 a{
		color:#34342e;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		text-transform:none;
		-webkit-transition:color .3s ease-out; 
		-moz-transition:color .3s ease-out;
		}
	.node h2 a:hover{ color:#ff5115;}

article.node { padding-bottom:50px;}

/*Author & date information*/
p.submitted {
	font-size:11px;
	margin:0px 0 23px;
	display:none;
}
.submitted, p.submitted span {
	color:#b2b3a4;
	font-size:11px;
}
	.submitted a {
		color:#b2b3a4;
		font-size:11px !important;
		text-decoration:none;
	}
/**/

article.node .content { border-bottom:1px solid #d6d9c6; width:100%; overflow:hidden; padding-bottom:15px;}

article.node footer {
	padding-top:30px;
}

Última edición por mirza; 07/11/2012 a las 05:38