Jump to content

tuanphan

Circle Member
  • Posts

    65,051
  • Joined

  • Last visited

  • Days Won

    519

Everything posted by tuanphan

  1. Can you share link to a product where you added form block? We can check easier
  2. I remember I used to face with a similar problem, I edited video & disable an option in video, not remember which option.. maybe autoplay or mute
  3. Use this new code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('a.user-accounts-text-link').appendTo('div#block-6419db7858fc56c90ebc3861 p'); }) </script> <style> div#block-6419db7858fc56c90ebc3861 a:last-child { display: block !important; } div#block-6419db7858fc56c90ebc3861 a:nth-last-child(-n+3) { display: none; } </style>
  4. It looks like the image no longer exist so it shows that. You try edit image block & add it again
  5. Add this to Design > Custom CSS /* Lightbox caption */ .tlightbox-caption { font-family: europa; font-style: normal; letter-spacing: 0em; text-transform: none; line-height: 1.8em; font-size: 1.2rem !important; color: #000 !important; font-weight: bold !important; }
  6. Add to Settings > Advanced > Code Injection > Footer <!-- Fix Mobile menu button --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('.header-menu-cta').appendTo('.header-menu-nav-folder-content'); $('.header-menu-actions').insertAfter('.header-menu-cta'); }) </script>
  7. Hi, Can you share link to product page? We can help easier
  8. I meant this colored box. It will float on left of site, between section 1 + 2, or float with fullheight, like red box
  9. I don't see the code. Can you add it to your site? If you added, where did you add, can you take a screenshot?
  10. Hi, I see you figured it out? Can you share solution for other members?
  11. Hi, What is your site url? We can help easier
  12. Try adding to Design > Custom CSS /* Mobile accordion overlap */ @media screen and (max-width:767px) { div#block-18616d5b0a404f3d7e42 .image-card { width: 100% !Important; margin-top: 100px; } }
  13. Have you solved it yet? Have you tried contacting SS support or WeGlot support? They can check your backend & help you easier
  14. Because Login item padding overlap other menu items (green space in screenshot) Add this to Design > Custom CSS to fix problem /* Mobile Login item */ a.user-accounts-text-link.header-nav-item { padding: 0px !important; margin: 0 !important; }
  15. Use this CSS .header-menu-nav-folder[data-folder="root"] { overflow: hidden; }
  16. Add to Design > Custom CSS. If it doesn't work, please share link to your site body.header--menu-open [class*="sqs-mobile-info-bar"] { display: none !important; }
  17. How about move it to left/right? Use this new code @media screen and (max-width: 767px) { .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] * { font-size:15px; } .fe-641fc0581eada77a380a097a { grid-template-rows: repeat(15,minmax(24px,auto)) !important; } .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] ul { min-height: unset !important; } .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] .slide-content { margin: 0 !important; } .user-items-list-item-container[data-section-id="63c4b03de629af32617d51e9"] .mobile-arrows { top: 50% !important; transform: translateY(-50%); bottom: unset !important; margin: 0 !important; justify-content: space-between !important; } }
×
×
  • 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.