Jump to content

tuanphan

Circle Member
  • Posts

    65,013
  • Joined

  • Last visited

  • Days Won

    518

Everything posted by tuanphan

  1. The site is private. You can follow this guide to share url
  2. background-size: cover; You can use cover contain or fixed value, eg: 100px
  3. Try this free guide https://ryandejaegher.com/easy-scrolling-text-in-squarespace/
  4. The site url doesn't exist. Can you check it again?
  5. Add this code to Website > Website Tools (under Not Linked) > Custom CSS body:not(.header--menu-open) .header-nav-folder-item--active .header-nav-folder-item-content { background-position: 0 73% !important; } adjust 73% in the code
  6. Use this CSS code for mobile @media screen and (max-width:991px) { .portfolio-text { position: absolute !important; top: 50% !important; left: 50% !important; transform: translate(-50%,-50%); text-align: center !important; width: 100% !important; height: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; } }
  7. Try use this code to Code Block <iframe src="https://data.census.gov/vizwidget?g=160XX00US5523300&infoSection=Age and Sex" width="100%" height="100%" style="border: 0"></iframe>
  8. I see you figured it out with this code? <script> /* Desktop branding - redirect to another URL */ document.querySelector('.header-display-desktop .header-title-logo a').setAttribute('href', '/home'); /* Mobile branding - redirect to another URL */ document.querySelector('.header-display-mobile .header-title-logo a').setAttribute('href', '/home'); </script>
  9. You can see this guide https://support.squarespace.com/hc/en-us/articles/207135178-Creating-anchor-links
  10. Can you share link to page where you use bullet points? We can adjust code for your case easier
  11. I don't remember url. If you have same problem, you can share site url, I can check & give the code
  12. I checked wrong page, use this new code body.index-page-open div#canvas { max-width: 1500px !important; }
  13. Sorry, I forgot, you need to add these code to Website Tools > Code Injection > Header (not Custom CSS)
  14. No, you will need to use a custom plugin You can use This tab plugin (affiliate link) or this link (non-affiliate link), it has an option to pull title/description from a Blog Page (or Portfolio Page).
  15. You need to make sure 2 items width = 100%, your code >100% so it will break down to new line @media screen and (max-width: 767px) { div#block-yui_3_17_2_1_1618257918552_2894 .summary-item { width:calc(~"50% - 10px") !important; clear: none !important } div#block-yui_3_17_2_1_1618257918552_2894 .summary-item:nth-child(2n+1) { margin-right: 20px !important } }
  16. Your Logo has a space inside, you try remove it
  17. Which exact code did you use? We can tweak it easier
  18. Hi, If you share link to a page where you use this, we can check easier
×
×
  • 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.