Jump to content

tuanphan

Circle Member
  • Posts

    64,828
  • Joined

  • Last visited

  • Days Won

    517

Everything posted by tuanphan

  1. It looks like you figured it out? Can you share solution for other members?
  2. It looks like you figured it out? <style> .portfolio-hover-item:before { content: "0"counter(portfolio-hover-item-counter); font-family: poppins; font-style: normal; font-weight: 500; font-size: .825rem; line-height: 1.2em; letter-spacing: .2em; text-transform: uppercase; color: #161513; position: absolute; top: 50px !important; left: -12px !important; } .portfolio-hover-item{ counter-increment: portfolio-hover-item-counter; position: relative; } .portfolio-hover-item { justify-content: flex-start; } @media (max-width:991px){ .portfolio-hover-item:before { content: "0" counter(portfolio-hover-item-counter); font-family: poppins; font-style: normal; font-weight: 400; font-size: .625rem; line-height: 1.2em; letter-spacing: .2em; text-transform: uppercase; color: #161513; position: absolute; top: 20px !important; left: 0px !important; }} </style>
  3. Possible to remove author name. If you share link to a post, we can give code easier
  4. Hi, You can add 2 slideshows, then we can give the code to show 1 on desktop, show another on mobile
  5. How about replacing it with Previous/Next text?
  6. You used this code, it won't look good on all devices. You need to change some values on specific devices #block-yui_3_17_2_1_1643807699720_3678 { position: relative; z-index: 90; top: -29em; left: -20%; right: 120%; width: 70%; } You can add more some CSS like this @media screen and (min-width:641px) and (max-width:900px) { #block-yui_3_17_2_1_1643807699720_3678 { top: -15em; } } @media screen and (min-width:901px) and (max-width:1020px) { #block-yui_3_17_2_1_1643807699720_3678 { top: -10em; } } (You can adjust values for exact screen sizes)
  7. This CSS @media screen and (max-width: 767px) { body.homepage .portfolio-hover-bg-img { background-position:15% !important; } }
  8. Use this new code .gallery-grid.gallery-grid--layout-grid { padding-left: 10vw; padding-right: 10vw; }
  9. Resize slideshow under video on homepage?? Add to Design > Custom CSS > Then save & reload the site @media screen and (max-width:767px) { .gallery-reel[data-width="inset"] { height: 40vh !important; } }
  10. It looks like Code Block caused problem. Can you send all code in Code Block (Code Block above Summary)?
  11. Hi. If resize video fullsize, it will create a huge gap below video on mobile. Do you still want to continue?
  12. It looks like RTF is not video format???
  13. With image, I think you can use CSS code to achieve this. With video, not sure... Can you share link to your site?
  14. Hi, Can you take a screenshot of padding? We can help easier
  15. Try this code /* Change logo on scroll */ .shrink .header-title-logo img { transition: all 0.3s; content: url(https://cdn.pixabay.com/photo/2020/02/01/20/05/hummingbird-hawkmoths-4811285__340.jpg); } .header-title-logo img { transition: all 0.3s; }
  16. Add to Design > Custom CSS .gallery-fullscreen-slideshow-control-btn .caret-right-icon--small, .gallery-fullscreen-slideshow-control-btn .caret-left-icon--small { width: 30px; height: 50px; }
  17. Add to Design > Custom CSS .hide-blog-sidebar.collection-type-blog #page #content { max-width: 100% !important; } body[class*="collection-type-blog"] main#page { max-width: 100%; }
  18. Add to Design > Custom CSS html, body {overflow-x:hidden;}
  19. One blog page or one blog post?
  20. Use code in this link https://forum.squarespace.com/topic/151777-gallery-caption-workarounds-for-71-round-two
×
×
  • 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.