Tema: mover DIV
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/07/2013, 22:05
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 2 meses
Puntos: 8
De acuerdo mover DIV

Amigos, estoy intentando mover el SIDEBAR al costado izquiedo, pero unos DIVS no me lo permiten.......¿puede alguno ayudarme?....pongo parte del código html y todo el CSS.


Este es la parte del html

Código HTML:
<div id="page" class="hfeed site">

	<div id="main">
		<div id="primary" class="site-content">
			<div id="content" role="main">

<article id="post-12" class="post-12 post type-post status-publish format-quote hentry category-cat-5">
	<header class="entry-header">
    <div class="entry-meta">
		<div class="post-date"><a href="http://miweb.org/?p=12" rel="bookmark" title="Permanent Link tov5"><span class="post-month">jul</span> <span class="post-day">3</span> </a></div> </div><!-- .entry-meta -->
	</header><!-- .entry-header -->

	<div class="quote-entry-content">
		<p>“Si te pierdes cuando te amas a ti mismo, no hay duda que te encuentras cuando te niegas.”</p>
<p><strong>Autor: Agustin de Hipona</strong></p>
	</div><!-- .entry-content -->
</article>
				
			</div><!-- #content -->
		</div><!-- #primary .site-content -->
			
		</div><!-- #main -->

	<div class="sidebars">
				<div id="sidebar-1" class="widget-area" role="complementary">
					
                    CONTENIDO DEL SIDEBAR	
    				
        		</div><!-- #secondary .widget-area -->
<!-- #secondary .widget-area -->
<!-- #secondary .widget-area -->
    </div>
	<footer id="colophon" class="site-footer" role="contentinfo">
		ESTE ES EL PIE<!-- .site-info -->
	</footer><!-- .site-footer .site-footer -->
</div> 
y este el CSS

Ya lo intenté poniendo en Sidebar float:left; y no me ha funcionado bien que digamos....