Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #270997

    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

    #271200

    Hi ShortieD!

    Seems like you have already figured it out! I tried resizing the browser but i could not see any issue

    Regards,
    Yigit

    #272217

    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

    https://www.dropbox.com/s/22k736hf2skkpg1/photo.PNG

    #272316

    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

    #273080

    okay thanks – I did this for the h1 as well as it was cutting off when it was aligned left.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘modern heading style cuts off in responsive view’ is closed to new replies.