Jump to content

laurasharp

Circle Member
  • Posts

    17
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    laurasharp got a reaction from laurajr in Increasing the image size in a collage image block on Mobile   
    Just found this code from Thompsonweb.design
    //Collage Blocks Mobile @media (max-width:480px){ .sqs-block-image .design-layout-collage.sqs-narrow-width .image-card-wrapper{ width:100%; margin-top:calc(0%)!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% } }
  2. Like
    laurasharp got a reaction from PracticalPorpoise in Images not honoring PNG transparency 7.1   
    Thank you @PracticalPorpoise! This worked!!!!!
  3. Like
    laurasharp got a reaction from LJSpace in Increasing the image size in a collage image block on Mobile   
    Just found this code from Thompsonweb.design
    //Collage Blocks Mobile @media (max-width:480px){ .sqs-block-image .design-layout-collage.sqs-narrow-width .image-card-wrapper{ width:100%; margin-top:calc(0%)!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% } }
  4. Like
    laurasharp got a reaction from MilaMila in Increasing the image size in a collage image block on Mobile   
    Just found this code from Thompsonweb.design
    //Collage Blocks Mobile @media (max-width:480px){ .sqs-block-image .design-layout-collage.sqs-narrow-width .image-card-wrapper{ width:100%; margin-top:calc(0%)!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. Thanks
    laurasharp got a reaction from AkankshaK in Increasing the image size in a collage image block on Mobile   
    Just found this code from Thompsonweb.design
    //Collage Blocks Mobile @media (max-width:480px){ .sqs-block-image .design-layout-collage.sqs-narrow-width .image-card-wrapper{ width:100%; margin-top:calc(0%)!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% } }
  6. Like
    laurasharp reacted to tuanphan in Mobile Footer No Stack   
    Add to Home > Design > Custom CSS
    @media screen and (max-width:767px) { div#page-section-5f468d625ecd870953366944 .span-8 { width: 66.6667% !important; float: left !important; } }  
  7. Like
    laurasharp reacted to tuanphan in How to force mobile menu to remain on desktop site - v. 7.1   
    Add to Home > Design > Custom CSS
    /* burger 3 lines */ .burger-box .patty { transform: translatey(0) !important; height: 2px; }  
  8. Like
    laurasharp reacted to tuanphan in Avenue: Change block order on mobile?   
    Can you share link to your site& describe in detail? We can help easier.
     
    Add to Home > Design > Custom CSS
    @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1594322502639_33219+.row { display: flex; flex-direction: column-reverse; } }  
  9. Like
    laurasharp got a reaction from tuanphan in Increasing the image size in a collage image block on Mobile   
    Just found this code from Thompsonweb.design
    //Collage Blocks Mobile @media (max-width:480px){ .sqs-block-image .design-layout-collage.sqs-narrow-width .image-card-wrapper{ width:100%; margin-top:calc(0%)!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% } }
  10. Like
    laurasharp got a reaction from RyanDejaegher in How to force mobile menu to remain on desktop site - v. 7.1   
    @ryandejaegher Thank you!! I so appreciate it!
  11. Like
    laurasharp reacted to RyanDejaegher in How to force mobile menu to remain on desktop site - v. 7.1   
    @laurasharp, yes you can adjust the height value to make the lines thicker

     

    .burger-inner:before, .burger-inner:after { height: 2px; }

     
  12. Like
    laurasharp reacted to tuanphan in Add borders to website in 7.1 with CSS   
    don't change "solid red"
    change red
    border: 25px solid red 
    =
    border-width: 25px; border-style: solid; border-color: red;
  13. Like
    laurasharp reacted to ChrisBartow in Add borders to website in 7.1 with CSS   
    This works on my site, seems a lot easier. Added to custom CSS.
    body { border:25px solid red; } header { margin:25px 25px 0 25px; }  
×
×
  • 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.