Jump to content

justin_phang

Member
  • Posts

    36
  • Joined

  • Last visited

Reputation Activity

  1. Like
    justin_phang reacted to tuanphan in Make a Web Element appear on mobile view only   
    @media only screen and (min-width:769px) { div#block-BLOCK ID HERE>.sqs-block-content:first-child { display: none; } }  
  2. Love
    justin_phang reacted to tuanphan in Resizing video for mobile   
    With Personal Plan: Edit Page > Add Code Block > Paste above code
  3. Like
    justin_phang reacted to tuanphan in Resizing video for mobile   
    Add to Google ugh moments page Settings > Advanced > Header
    <style> /* resize video */ @media screen and (max-width:640px) { .video-block .intrinsic-inner { padding-bottom: 100% !important; } } </style>  
  4. Like
    justin_phang reacted to tuanphan in Styling carousel gallery arrows in Brine   
    Question 4
    .sqs-gallery-controls .previous, .sqs-gallery-controls .next { background-color: transparent !important; } Question 5.
    Edit code in Question 3 to
    @media screen and (min-width:901px) { .sqs-gallery-design-strip .sqs-wrapper img { border-right: 5px solid #fff; } }  
  5. Like
    justin_phang reacted to tuanphan in How to resize Markdown font size for mobile?   
    @Scaleupmarketing
    @media screen and (max-width:640px) { h2 span {font-size: 10px !important;} }  
  6. Love
    justin_phang reacted to RyanDejaegher in Snap scroll CSS on index page   
    /* Add this code to Design -> Custom CSS */ .index-section { scroll-snap-align: start; } .index-list { overflow-y: scroll !important; height:100vh; scroll-snap-type: y mandatory !important; } Result:

     
    CleanShot 2020-06-22 at 10.31.58.mp4
  7. Like
    justin_phang reacted to RyanDejaegher in Snap scroll CSS on index page   
    @justin_phang you can do this with CSS now, it use to require JavaScript but there's a new feature in CSS that makes this easier to implement
  8. Like
    justin_phang reacted to tuanphan in Snap scroll CSS on index page   
    You need to use JavaScript to do this. JS should be added to Code Injection, not Custom CSS.
×
×
  • 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.