Jump to content

tuanphan

Circle Member
  • Posts

    64,701
  • Joined

  • Last visited

  • Days Won

    516

Everything posted by tuanphan

  1. Try this code to Website > Website Tools > Custom CSS .fe-65c9056e45660d2da9efc60d video { object-fit: cover !important; }
  2. With custom hours, you can find a free code on Codepen, then share url, I can adjust the code to make it work on Squarespace With weather, you can use this widget (affiliate link) but it has a free version.
  3. You can use this widget (affiliate link) but it has a free version
  4. Do you have an example or mockup or image with desired layout? We can imagine easier
  5. Can you share link to page where you use text/button? We can check easier
  6. You want to move this list to this accordion content?
  7. It looks fine to me now I see gap on mobile only, with mobile, try this CSS code @media screen and (max-width:767px) { .nested-category-tree-wrapper { top: 110px !important; } }
  8. Can you share site url? We can check easier
  9. Can you share link to page where you use these images? We can test code easier
  10. Can you share link to this page? We can check easier
  11. Page still doesn't exist, or you haven't enabled it yet
  12. Use this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($) { if ($(window).width() > 992) { $('.fe-block-5b8b9a8d9e014184ea1a li').attr('data-is-open','true'); $('.fe-block-5b8b9a8d9e014184ea1a .accordion-item__dropdown').addClass('accordion-item__dropdown--open'); } }); </script>
  13. index.html link doesn't exist in Squarespace Homepage url usually be willowbranchkennel.com or willowbranchkennel.com/home
  14. You can share link to page where you use video, we can check again easier
  15. To add a space between text - button on mobile, you can use this CSS code @media screen and (max-width:767px) { div.sqs-announcement-bar-text em { display: block; margin-top: 20px; width: 100px; margin-left: auto; margin-right: auto; } }
  16. To hide caption outside lightbox ,use this code to Website > Website Tools > Custom CSS figcaption.gallery-caption.gallery-caption-grid-strips { max-width: 100% !important; display: none; }
  17. You try this https://forum.squarespace.com/topic/259523-mobile-buttons-and-links-require-2-taps-to-work/?do=findComment&comment=737991
  18. With button, try use this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ setTimeout(function(){ $(".sqs-block-button-container").removeClass("preFlex flexIn"); }, 3000); }); </script> <style> @media screen and (max-width:991px) { div.button-block a:before { display: none !important; } } </style> I wrote this for a site yesterday, but I don't have an iPhone to test the code.
  19. You can add this code under your current hover code div.header-nav-item>a { padding-left: 10px !important; padding-right: 10px !important; }
  20. With Personal Plan, you can add code to Markdown Block, However, not all codes work well, so if you want to try, you can share the link, I will check code
×
×
  • 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.