rabbitrun
8/7/2018 - 4:49 AM

Divi buttons normally scale with text, which can look crappy. Set a minimum width with this CSS - buttons will scale up depending on text co

Divi buttons normally scale with text, which can look crappy. Set a minimum width with this CSS - buttons will scale up depending on text content.

.et_pb_button { min-width: 180px; text-align:center; }

//Or for more targeted styles, apply your own class

.your-css-class .et_pb_button { min-width: 180px; text-align:center; }