Jump to content

SOLUCIONADO Poner enlaces de subcategorías en horizontal


Recommended Posts

Hola a todos. Tengo una duda, como pongo las subcategorías en horizontal para que no baje tanto la página. Sobre todo para cuando tenga una categoría con muchas subcategorías. Gracias de antemano

 

Toy viendo tu web.

 

En tu archivo:

 

http://pekaypeke.com/themes/vp_kids/css/layouts.css

 

tienes esto:

 

#subcategories ul.inline_list li {
border: 1px solid #eee;
background: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-weight: bold;
list-style: none outside none;
margin: 20px 10px;
text-transform: uppercase;
width: 197px;
float: left;
}

 

intenta dejarlo asi..

 

#subcategories ul.inline_list li {
border: 1px solid #eee;
background: #fff;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
font-weight: bold;
list-style: none outside none;
margin: 2px 10px 20px 10px;
text-transform: uppercase;
width: 197px;
float: left;
height: 133px;
}

 

Despues en el mismo fichero, añade esto:

 

#subcategories ul.inline_list li.clearfix {
clear: none;
}

Edited by Rubalcaba (see edit history)
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...