I am needing to put 04 modules in position bottom3.
However I would have 03 modules had 20% each and the 4th module had 40%.
How to do this in bottom3 position?
#gkBottom3 .gkCols6 .box {width: 20%;}
#gkBottom3 .gkCols6 .box:last-child {width: 40%;}