Jump to content

Titel in product grid module


lape

Recommended Posts

Ik heb een module geinstalleerd zodat de product view in een grid vorm komt te staan,

maar ik zou de titels onder de foto willen krijgen.

http://www.love4deco.com/nl/114-

Nu staan de titels boven de foto's en zit er veel witruimte tussen foto en prijs dus ik zou de titel vlak boven de prijs willen hebben staan

 

dit is een stuk code uit de CSS file van de produst list

 

 

* html ul#product_list li {

height: auto !important;

height: 130px

}

ul#product_list li a {

text-decoration: none;

color: #000

}

ul#product_list a.product_img_link {

border: solid 1px #ffffff;

float:left;

margin-right:0.6em;

margin-left:15px;

margin-top:30px

}

ul#product_list a.product_img_link img { vertical-align: bottom }

ul#product_list li h3{ margin:0.4em 0; width:140px;padding-bottom:2px;height:10px; text-align: center}

}

Link to comment
Share on other sites

Ik denk niet dat je dit met CSS kunt oplossen

 

kijk eens in je themes/jouwthema/product-list.tpl

 

 

en zet de h3 eens onder de afb.

 

 

<h3> .....</h3>

 

<a href..<img.....</a>

 

<h3> .....</h3>

 

 

 

edit..De code wil er niet in vandaar de afkorting.

 

Kan ook zijn dat je de aangegeven code in module moet zoeken !

Link to comment
Share on other sites

×
×
  • Create New...