hello,
I want to know if it is possible to adjust the width of position top1 with 2 modules.
When I add 2 modules, the adjustment is 50% - 50%. I would like 70% - 30%.
One NSP GK5 and one Custom HTML.
Thank you
.suffix1 {
width:30%;
}
.suffix2 {
width:70%;
}
.box.suffix1 {
width: 20%;
}
.box.suffix2 {
width: 80%;
}