Jump to content

Crumpy

Circle Member
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Crumpy got a reaction from tuanphan in Reduce space between gallery blocks for certain screen size   
    @tuanphan
    Thank you for taking the time to respond!  That code didn't change anything, BUT.... I found code from another post (copied below) that you responded to, which did lessen the problem.  So, thank you!!
    /* fill section */
    .fe-6646db076f7f873761b44955 {
        --inset-padding: 0 !important;
    }
  2. Thanks
    Crumpy reacted to tuanphan in Drop cap for a specific paragraph not working when block ID added to CSS   
    Change this ID
    #block-yui_3_17_2_1_1711480533458_360782:first-letter to this
    #block-yui_3_17_2_1_1711480533458_360782 p:first-letter  
  3. Like
    Crumpy got a reaction from Beyondspace in Delay Load Time of Text Boxes by 2 Seconds   
    Thank you so much, Beyondspace!
  4. Thanks
    Crumpy reacted to Beyondspace in Delay Load Time of Text Boxes by 2 Seconds   
    Try the following Css
    #block-yui_3_17_2_1_1712594122466_4852,#block-yui_3_17_2_1_1712937226300_14646 { animation: 0.5s fadeIn; animation-fill-mode: forwards; animation-delay: 2s; visibility: hidden; opacity: 0; } @keyframes fadeIn { 0% { opacity: 0; visibility: hidden; } 100% { opacity: 1; visibility: visible; } } This is just a basic approach that is not efficient in case you set the effect on not-in-view elements. 
    The javascript can make it work better (only when the element is in viewpoint, it runs this effect
×
×
  • 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.