Jump to content

sorca_marian

Circle Member
  • Posts

    621
  • Joined

  • Last visited

Everything posted by sorca_marian

  1. Hi, Add the below code in Custom CSS below all existing code @media (max-width: 767px) { .header-title-nav-wrapper { flex-basis : calc(100% - 75px - 75px)!important; } }
  2. Hello, Add the below CSS in Custom CSS .list-item-content__button-container { max-width : 100%!important; }
  3. Add the below code in the page header code injection of the page .gallery-fullscreen-slideshow::after { content : "Scroll down for for more"; position : absolute; bottom : 20px; left : 50%; z-index: 9; translate: -50% 0; font-size : 16px; color : #fff; }
  4. Hi, Yes, it is possible. Can you send the link to the product page?
  5. If your code worked on another page and on this not it might be because the Post Submit HTML only supports HTML lately. Check:
  6. You would like to show in the calendar all the variants from all products?
  7. You can do infinite auto scroll only if the slider code allows it
  8. You will need a way from the source to allow you to get programmatically access
  9. @media(max-width: 767px) { #siteWrapper { min-height : auto!important; } .gallery-fullscreen-slideshow { height : 30vh!important; } }
  10. Yes but after I will need to provide a code for that category
  11. You can add the below code in the Page header code injection @media(max-width: 767px) { .gallery-fullscreen-slideshow { height : 30vh!important; } }
  12. Hi @podstudio, Add the below code in the Page header code injection You can play with the value 60% to increase or decrease the height of images on mobile @media(max-width: 767px) { .grid-item .grid-image { padding-bottom : 60%!important; } }
  13. You can play with the z-index CSS Property on the first section and on the other ones #sections > :first-child.page-section { z-index : 2; } #sections > :nth-child(NUMBER OF SECTION).page-section { z-index : VALUE HERE; }
  14. You might be referring to a Parallax effect.
  15. You could do something like this #sections > :first-child.page-section { z-index : 10; }
  16. Hi, I think you should contact Squarespace support. It might be something do do with the setting "mix-blend-mode"
  17. For the hamburger to display on the right, use the below CSS code .header-burger { order : 2; }
×
×
  • 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.