01/14/2019 at 9:47 am
#481625
Keymaster
@ Paula
Add the following to the theme’s custom CSS area commonly found in the Customizer.
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#cn-profile div.cn-entry span:first-of-type {
float: none !important;
}
}
Alternatively, you could wait. I have included this tweak in the next update scheduled for this week.
