Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Mobile Version – Title too long › Reply To: Mobile Version – Title too long
January 19, 2017 at 2:23 am
#12948
acmethemes
Keymaster
Can you add this css codes on Additional CSS filed on Customizer.
@media only screen and (max-width: 640px){
.lead {
font-size: 18px !important;
width: 100% !important;
}
}
and remove that previously added code as well.
Regards