Hola vistor92 prueba de esta manera
Agrega este código dentro del body.
Código HTML:
Ver original<!--Style Switcher-->
<div id="style-switcher"> <!--<h1>Compartir</h1>-->
Aqui va contenido que tu quieras
</div><!--End Style Switcher-->
<!--Style Switcher-->
<div id="style-switcher2"> <!--<h1>Compartir</h1>-->
Aqui va contenido que tu quieras
</div><!--End Style Switcher-->
Css
Código HTML:
Ver original#style-switcher {
position:fixed;
z-index:99999;
top:150px;
right:-1px;
width:222px;
height: 580px;
background:#fff;
padding:10px;
border:1px solid #ddd;
}
#style-switcher2 {
position:fixed;
z-index:99999;
top:150px;
left:-1px;
width:222px;
height: 580px;
background:#fff;
padding:10px;
border:1px solid #ddd;
}
Espero te sirva.
Saludos.