B
bewstars
No recomendado
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola tengo dos botones CTA creado con divi, y resulta que salen mal centrados, alguien me puede decir que debo corregir en el css de los botones CTA para que se acomoden al linea de los botones actuales?
www.beex.openyourmindradio.com
/* CTA Únete a nosotros */
.cta-unete {border-radius: 0px;}
.cta-unete a {color: #fff!important;}
li.cta-unete {
background-color:#f9ac19;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding: 12px 15px 10px 10px!important;
border-radius: 50px;
-moz-transition: all 0.0s;
-webkit-transition: all 0.0s;
transition: all 0.0s;}
li.cta-unete:hover {background-color:#f9ac19;}
.et-fixed-header #top-menu .cta-unete a {
color: #fff!important;}
.cta-unete li.current-menu-ancestor > a, .cta-unete li.current-menu-item > a {
color: #fff !important;}
@Media only screen and (min-width : 981px) {
li.cta-unete {height: 33px;}}
Beex - Logistica 4.0 | Carga tus envios, Beex se encarga del resto
www.beex.openyourmindradio.com
/* CTA Únete a nosotros */
.cta-unete {border-radius: 0px;}
.cta-unete a {color: #fff!important;}
li.cta-unete {
background-color:#f9ac19;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding: 12px 15px 10px 10px!important;
border-radius: 50px;
-moz-transition: all 0.0s;
-webkit-transition: all 0.0s;
transition: all 0.0s;}
li.cta-unete:hover {background-color:#f9ac19;}
.et-fixed-header #top-menu .cta-unete a {
color: #fff!important;}
.cta-unete li.current-menu-ancestor > a, .cta-unete li.current-menu-item > a {
color: #fff !important;}
@Media only screen and (min-width : 981px) {
li.cta-unete {height: 33px;}}

