I
i need to set the width in a position(bottom4)
I have to modules, one must occupy 30% and another 70%
How can i do?
Thanks for your help
.box.smaller {width:30% !important;}
.box.bigger {width:70% !important;}
