hi guys,
My blogpost title does not scale correctly when viewed from a ihpone5 or any other device with a widt of 320 pixels. it misses the last letter in the title.
other devices seem to work fine.
please see it here;
any way to fix this?
thanks.
Hi MartijnHendrikx!
Can you please provide us a screenshot of how it looks, browser based tools was showing it properly and I could not debug it to be honest.
Thanks a lot
Regards,
Basilis
gladly but how do i insert an attachment?
for the record; i changed the fontsize of the title. it works fine now according to http://quirktools.com/screenfly/
but it surely did not work for the ‘standard’ font size.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
h1.av-special-heading-tag {
font-size: 20px;
}}
For your information, i cannot see any overlapping or hidden text on your page when viewing on 320px
Best regards,
Yigit