Jump to content

tuanphan

Circle Member
  • Posts

    64,861
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. Add to Design > Custom CSS @media screen and (max-width:640px) { section#welcome figure img { width: 100% !important; left: 0 !important; height: auto !important; } section#welcome { min-height: unset !important; height: 200px; } }
  2. It looks fine to me. Can you describe in detail?
  3. Can you take a screenshot of "footer"? or you mean Pagination Section? Above code for Footer, not Pagination
  4. Use this a.grid-item, .grid-image { padding-bottom: 20% !important; } @media screen and (max-width:767px) { a.grid-item, .grid-image { padding-bottom: 70% !important; } }
  5. Add to Design > Custom CSS /* Header social */ .header-display-desktop { flex-direction: column-reverse; } .header-actions.header-actions--left { margin-top: 20px; }
  6. Hi, Can you share link to this product?
  7. Hi, Which template do you use or what is site url? We can help easier
  8. It will work with any pages/blog posts, if you can add a Code Block. The answer is yes, because you can add Code Block into blog post
  9. #1. 2 lines is possible but 3 lines will be more complex. If you need 2 lines, just share link to a product on your site, we can help easier
  10. #1. You try changing top section to Classic Section & check again #2. If you don't want to change to Classic, which screen sizes do you see problem? We will use code to make space between both
  11. He used Gallery Section then add this to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $( document ).ready(function() { $('.gallery-strips-wrapper').randomize('.gallery-strips-item'); }); (function($) { $.fn.randomize = function(childElem) { function shuffle(o) { for(var j, x, i = o.length; i; j = Math.floor(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x); return o; }; return this.each(function() { var $this = $(this); var elems = $this.children(childElem); shuffle(elems); $this.detach(childElem); for(var i=0; i < elems.length; i++) { $this.append(elems[i]); } }); } })(jQuery); </script>
  12. Auto-populates with Product Title/URL: I can help with this. To auto-populate member name/email, you try contacting creedon.
×
×
  • 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.