How to make buttons full screen width on mobile?

@NoahOnyejese

can you please try code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media (max-width: 766px){
.mobileShow {display: flex;}
.womens-wear {flex: 1;}
}