Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #762694

    Hello,
    I am using Special Headings, H3, size 70 throughout my site.
    However, when the heading is only 1 word long, “Communications”, for example, it is not displaying well on mobile.
    Other longer titles, such as “Connect With Us on Social Media” are fine, because the words wrap to new lines.
    But for ones such as “Communications”, it simply runs off the screen on mobile.
    Is there a good way to fix this relatively easily?
    Please advise,
    Thank you

    #762699

    Hey darryllevine,

    I can fix it with a custom CSS code, but to do it, you need to share with me your website link that`s occurring this problem.

    Best regards,
    John Torvik

    #762754

    Hello,
    Thank you for the quick response.
    Is just a matter of me giving a CSS selector to the specific special headers that are giving me the problem?
    I could do that… But what CSS would I give to them?
    Much appreciated

    #762758

    Hi,

    Well, I need your website link to take a look if some CSS code is being applied in mobile devices or check if there`s some javascript or PHP issue.

    Best regards,
    John Torvik

    #763818

    Hello,
    Ok I’m sending the link in Private Content.
    Thank you!

    #764034

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    h3.av-special-heading-tag {
      font-size:30px !important;
    }
    }

    Adjust the value to your liking.

    Best regards,
    Rikard

    #764231

    Hello,
    While this is not what I had had in mind exactly, it seems to be good as well.
    Thank you

    #764264

    Hello, I am having the same trouble with gr8talent.com (frontpage header)

    Added the code above to the theme’s additional CSS and it didn’t appear to fix. Any viewing and guidance would be great.

    Thank you!

    #764355

    I think for you, the selector would be “#top .av-rotator-container-inner”
    But I’m not the expert. Wait til a moderator answers :-)

    #764516

    Hi,

    To fix your problem, just add this custom CSS code:

    
    @media screen and (max-width: 480px) {
      .av-rotator-container-inner {
        font-size: 20px !important;
     }
    }
    

    Best regards,
    John Torvik

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.