Jump to content

emilykrause

Circle Member
  • Posts

    43
  • Joined

  • Last visited

Reputation Activity

  1. Like
    emilykrause got a reaction from Gumbalaya in Site Search is broken in 7.1   
    Squarespace please prioritize and fix search for 7.1 
  2. Like
    emilykrause reacted to derricksrandomviews in 50 tag limit in archive block   
    Each Archive Block supports one Group By option. To divide content in multiple ways, add multiple Archive Blocks. For example, you can add one Archive Block that lists content by tag and another that lists content by month. Archive Blocks can display up to 50 groups (months, years, authors, categories, or tags) with a maximum of 100 items per group.
  3. Like
    emilykrause got a reaction from Skylab in Can you see my site?   
    @Skylab Hey it's working now. Just checked. 
  4. Like
    emilykrause reacted to marshallkylex in IMAGE BLOCK COLLAGE - CSS for Mobile   
    I found another code that I was able to adjust and get to work:
    //Collage Blocks Mobile
    @media (max-width:480px){
      .sqs-block-image .design-layout-collage.sqs-narrow-width .image-card-wrapper{
        width:90%;
        margin-top:calc(-10%)!important;
        position:relative}
      .sqs-block-image .design-layout-collage.sqs-narrow-width.image-position-right .intrinsic,.sqs-block-image .design-layout-collage.sqs-narrow-width.image-position-left .intrinsic{
        left:5%
      }
    }
  5. Like
    emilykrause reacted to thaitandem in Problems with image display in first sections 7.1   
    A much simpler version of the above is now delivering consistent results for me. Maybe it will work for  others? 
    1) Add new Blank Section between Header and Image Section. 
    2) Set this new Section's Height to its lowest value: 10. 
    3) Capture Section ID. 
    4) Insert the code below with the Section ID into the page's Advanced Code Injection. 
    [data-section-id="Your Section ID"]>.content-wrapper { height: 0 !important; padding: 0 !important; }  
  6. Like
    emilykrause reacted to tuanphan in Change block sequence for mobile view   
    Add to Home > Design > Custom CSS
    @media screen and (max-width:767px) { /* home */ div#page-section-5ecd9b853bbee218ed13153f>.row { display: flex; flex-direction: column-reverse; } /* About - Road */ div#page-section-5ed561f6bd9be315e06be350>.row>.span-12>.row { display: flex; flex-direction: column-reverse; } /* about - the why */ div#page-section-5ed56085606c68215b5a9d32 .span-12>.row { display: flex; flex-direction: column; } /* about - from sickness */ div#page-section-5ed55eb4d34ef03cd3be5ae6 .span-12>.row { display: flex; flex-direction: column-reverse; } /* about - book a consulation */ div#page-section-5ed55b94a22a3463f7510577>.row { display: flex; flex-direction: column; } }  
×
×
  • 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.