Hi folks – have noticed the modern heading shortcode cuts of text in responsive view – see the section on the home page that says:
‘A web design agency that thinks strategically’
http://shortiedesigns.com/site
Can you let me know what I need to add to my child css to stop this? Preferably without reducing the font size – but okay if I have to
Cheers
Hi ShortieD!
Seems like you have already figured it out! I tried resizing the browser but i could not see any issue
Regards,
Yigit
no haven’t figured it out – it’s still doing it – on iPhone 5 -see screenshot – please check on your phone not in the browser.
You can see ‘Strategically’ is cut off
Hey!
You can increase the width of container on mobile devices with following code
@media only screen and (max-width: 480px) {
.responsive .container { width: 93% }}
or decrease the font size with following code
h2.av-special-heading-tag { font-size: 34px !important; }
Regards,
Yigit
okay thanks – I did this for the h1 as well as it was cutting off when it was aligned left.