Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1268383

    Hey guys,

    *** Please Help ***

    I’m not sure why all ‘Special Headings’ on my client site are running off the edge of the screen on mobile devices (when viewing in portrait mode)

    Any help much appreciated. See login credentials supplied :)

    Many thanks,
    Steve

    #1268654

    Hey Steve,

    Can you try adding this CSS code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
     #top .av-special-heading-tag {
        word-break: break-word;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1270147

    Hey Nikko,

    Thanks for your response back in December. However, your CSS code doesn’t fix the issue? Please may you investigate for me :)

    Many thanks,
    Steve

    #1270299

    Hi Steve,

    Thanks for the update. I activated the option to delete the old CSS and JS files under Enfold->Performance, and the CSS is applying to your site now.

    Best regards,
    Rikard

    #1270370

    Amazing, thank you for resolving. Very much appreciated. Finally, may I also ask for some custom CSS to change all the H1 Special Headings to a slightly smaller size on mobile devices, please? Thanks in advance!

    #1270406

    Hi goodinkcreative,

    Please try adding this CSS code in Quick CSS:

    @media only screen and (max-width:767px) {
      #top #wrap_all #main h1 {
        font-size: 36px;
      }
    }

    Best regards,
    Nikko

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