- Code: Select all
.vmmod {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
width: 33%;
height: 400px;
margin: 0 5px 0 5px;
}
The html in the modules is as follows:
- Code: Select all
<p style="text-align: center;"><a href="index.php/en/mens/jeans-3"><span style="font-size: 24pt; border: thin solid #666666; overflow: hidden;">SHOP JEANS</span></a>
</p>
The page is here:
http://www.dev.ficcionesmedia.com/abrec ... hp/en/mens
As you can see there are two problems. The 3 modules are not fitting inline. And the text is not filling each module.
Can you help?
I am using MetaModPro to filter by vm category, but this should inherit the class of the modules in it.