Hello,
Add this code in Custom CSS for mobile:
p.plano span {
display: inline-block;
}
Then edit this div you added in Text element http://storage4.static.itmages.com/i/16/0516/h_1463392013_3183610_3aa1b76f8a.jpeg and change height value to 80px or assign custom class to this div and add the code in Custom CSS for mobile:
.your_custom_class {
height: 80px;
}
Change “your_custom_class” to the assigned class.
Regards,
Eva Kemp.