Jump to content

emilykrause

Circle Member
  • Posts

    42
  • Joined

  • Last visited

Posts posted by emilykrause

  1. On 3/18/2022 at 8:22 PM, KristiHanson said:

    I have this same issue. I'm guessing the font and background are set to vh/vw. In chrome, that bottom mobile bar disappears causing the vh/w to change sizes. 

    this helped fix the font, but not the background. haven't solved that yet

    KristiHansonwhat did you do to fix the font from zooming? Apologies if I'm missing it. Thanks for clarifying. 

  2. On 8/14/2020 at 10:23 AM, RyanDejaegher said:

    <script> (function(){ window.addEventListener('load', function() { var characterCount = 140 var blogParagraph = document.querySelectorAll('.BlogList-item-excerpt p') var trail = "..." // Shorten a string to less than maxLen characters without truncating words. function shorten(str, maxLen, separator = ' ') { if (str.length <= maxLen) return str; return str.substr(0, str.lastIndexOf(separator, maxLen)); } blogParagraph.forEach(item => { item.textContent = shorten(item.textContent, characterCount) + trail; }) }) })() </script>

    @RyanDejaegher  I followed your instructions and pasted the code in the footer but for some reason I am not seeing the result. Will you please help me troubleshoot? I would love to get the Squarespace Read More link to work as @StoriedCorey has got it. Here is the blog linkhttps://wynweightloss.com/blog The site build is currently in progress. 

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.