Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #451417

    Hello,
    Some of my text headings are getting cut off on the right side in the mobile version.
    http://www.harvestkitchen.com

    Let me know what I can do to improve this.

    Thanks,
    Laura

    #451760

    Hi lhuston!

    Thank you for using Enfold.

    Which headings specifically? Please provide a link to the actual page with the issue. You can use the Quick CSS field to add a css media query and decrease the font size of the headings on mobile devices. Something like this:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      h2 {
        font-size: 28px;
      }
    }

    Cheers!
    Ismael

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