Hello I would like to put two modules in one gkTop1 70% and another 30%
I see that there is a class that is divided into 3 columns is posible only two with widths above.
class = "gkCols3 gkNoMargin"
as I can do
thanks
prakan wrote:http://www.25informatica.com/web
.frontpage .gkCols3 .box.gkmod-custom-wide {
margin-left: 0.75%;
margin-right: 0.75%;
width: 67%;
}
.frontpage .gkCols3 .box.gkmod-custom-short {
margin-left: 0.75%;
margin-right: 0.75%;
width: 30%;
}