michael-d
9/11/2017 - 1:19 AM

Mobile Buttons - Select spacing below to suit buttons - gmob-1 for one button across - gmob2 for two buttons across

Mobile Buttons - Select spacing below to suit buttons - gmob-1 for one button across - gmob2 for two buttons across


.butFrame {
  /* Change This Dependong On How Many Buttons You Have*/
    width:48%; 
}

.butFrame:nth-child(-n+2){
       /* (leaves 10px space below the first TWO butframes)*/
      margin-bottom:10px;
}

.butFrame {
  /* Change This Dependong On How Many Buttons You Have*/
    width:100%; 
}

.butFrame:nth-child(-n+3){
       /* (leaves 10px space below the first THREE butframes)*/
      margin-bottom:10px;
}