Jump to content

Ziggy

Circle Member
  • Posts

    7,523
  • Joined

  • Last visited

  • Days Won

    90

Reputation Activity

  1. Like
    Ziggy got a reaction from Begona in Shrink Gap Between Title and Description in Summary Block   
    Try this Custom CSS:
    .summary-excerpt h4 { margin-bottom:1rem !important; }
  2. Like
    Ziggy reacted to paul2009 in Auto download of PDF from a button   
    The way PDFs are treated is usually determined by the browser on whichever device is being used. It's not something you can enforce from your website. Each visitor will have their own settings.
  3. Like
    Ziggy got a reaction from 1000Watts in Moving Site logo slightly to a the right while keeping the same layout   
    You could try this Custom CSS:
    .header-width-inset .header-inner { max-width: 1200px; }  
  4. Like
    Ziggy reacted to soulflowerprintco in Help! Having trouble with full width images not spanning full width on mobile and alignment issues...   
    @Ziggy Posted in my initial post, Password: kadlec
  5. Like
    Ziggy reacted to tuanphan in Color over image on hover   
    You mean achieve like this?

    div#block-yui_3_17_2_1_1710768962050_8568:hover * { background-color: #df3021; } div#block-yui_3_17_2_1_1710768962050_8568 img { mix-blend-mode: screen; }  
  6. Like
    Ziggy got a reaction from RobynS in Gallery grid simple - stacking on mobile   
    Brilliant, glad to help.
  7. Like
    Ziggy reacted to RobynS in Gallery grid simple - stacking on mobile   
    That's worked perfectly. Thank you so much @Ziggy!
  8. Like
    Ziggy got a reaction from RobynS in Gallery grid simple - stacking on mobile   
    Try this Custom CSS:
    @media screen and (max-width: 767px) { #block-yui_3_17_2_1_1711466529608_35513 { .sqs-gallery-design-grid-slide { width: 100% !important; clear: none !important; } } }  
  9. Like
    Ziggy reacted to RobynS in Gallery grid simple - stacking on mobile   
    This is the gallery I'd like to adjust on mobile:

  10. Like
    Ziggy reacted to RobynS in Gallery grid simple - stacking on mobile   
    Hi @Ziggy
    I've stumbled across this forum and I'm hoping you might be able to help me please.
    I'm still using 7.0, on a Brine template.
    On desktop I have a simple gallery of 3 columns by 1 row.
    On mobile, it stacks as 2 columns by 2 rows.
    I'd like it to stack as 1 column by 3 rows, on mobile, for this particular gallery.
    Could you suggest some ccs I could use to achieve this please?
    All the best,
    Robyn
  11. Like
    Ziggy reacted to Jtops in How to edit the size of an embedded block for mobile.   
    Yup that totally worked. Just added to the embedded code after height. Thanks!
    width='100%'
  12. Like
    Ziggy reacted to paul2009 in All of my CSS code has stopped working   
    It looks like some new CSS may have been added in the middle of existing CSS? As a result, lines 48 to 52 aren't correct and aren't doing anything. If you delete these, your other CSS may work. This will resolve the error.
    However, you'll need to work out where these lines should have been if you'd like your transitions to work.
  13. Love
    Ziggy got a reaction from JulieMcK in How to increase Excerpt font for Summary Carousel Block   
    Try this Custom CSS:
    .sqs-block-summary-v2 .summary-excerpt { h3 { font-size:24px !important; } p { font-size:18px !important; } }  
  14. Like
    Ziggy got a reaction from CarolStatella in Uploaded videos not working on iOS 17.4   
    Thank you for the update on this @Parker_SQSP, looking forward to a resolution soon!
  15. Like
    Ziggy reacted to Parker_SQSP in Uploaded videos not working on iOS 17.4   
    Hello everyone! We appreciate you all taking the time to flag this. We can confirm what @andtechgroupcom shared— our engineers are aware of the issue with our video playback on the newest versions of iOS (17.4+), and we wanted to provide some more details. There are other HLS video streams which work with those versions of iOS, however, some other HLS video streams from other video hosts are seeing similar issues. 
    Our Engineering team is working to identify what is specific to our player (and other affected third party players) that could contribute to this issue from the most recent iOS release. Our fix will be forthcoming from what we find out. 
    We know this is not ideal for those who use video on their sites. This is all the information we have available at the moment. We will reply in this thread once a fix has been rolled out. To receive notifications on updates to this post, click the Follow button in the top right corner of the post. 
  16. Like
    Ziggy got a reaction from takis-7124 in Adding a drop shadow between sections   
    You'll have to use an inset border on the following section, hopefully this'll work for you:
    section[data-section-id="63529b0fb6badc6cbc39767f"] { .section-background { box-shadow: inset 0 9px 9px -9px rgba(0,0,0,1); } } Give me a thumbs up if it does!
  17. Like
    Ziggy got a reaction from beaurosario in Can't remove white space beneath footer?   
    You have some stray text in your footer:

    It comes from the code in the Footer Code Injection:
    <div class="float"> <h9 style="color:white">DONATE</h9> </a> </div> The code has an error in that it has a closing </a> but no opening <a>. But that's not the problem. It needs to be targeted or maybe removed as you have a GIVE button that's newer? Maybe??
  18. Like
    Ziggy got a reaction from beaurosario in Can't remove white space beneath footer?   
    White text on a white background! The trick of selecting all on the page showed up the problem and then where to find it.
    Could you mark my post as the solution and give it a like? Thanks!
  19. Like
    Ziggy reacted to michellecoxall in Help! Missing Closing '}'   
    Thanks so much for that!  All sorted!  
  20. Like
    Ziggy got a reaction from michellecoxall in Help! Missing Closing '}'   
    I've removed the unnecessary opening curly bracket for you here:
    /* hide image titles slideshow hover */ .sqs-lightbox-meta { display: none; } .fancyborder { border: 4px solid #F2CBCB; padding: 10px; } #block-62d7c0af4dc1981f91f16f5c p, #block-62d7c0af4dc1981f91f16f5c h1, #block-62d7c0af4dc1981f91f16f5c h2, #block-62d7c0af4dc1981f91f16f5c h3, #block-62d7c0af4dc1981f91f16f5c h4 { color: #ffffff !important; } @font-face { font-family: ‘Faberge’; src: url(https://static1.squarespace.com/static/5e4a73e9773e7329ddf8b009/t/65f52f996ef2c801f0b61488/1710567322084/Faberge-Regular.otf); } h1 { font-family:'Faberge'; } p, h1, h2, h3 { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; -ms-hyphens: manual !important; hyphens: manual !important; }  
  21. Like
    Ziggy got a reaction from Linn-Sofia in Hide image on mobile   
    You're welcome!
  22. Like
    Ziggy reacted to cherylr in Remove time on event page   
    perfect! thanks a million!

  23. Love
    Ziggy got a reaction from cherylr in Remove time on event page   
    Try this:
    .eventitem--multiday .eventitem-meta-date .event-date:after { content: none !important; }  
  24. Like
    Ziggy got a reaction from Linn-Sofia in Hide image on mobile   
    Try this Custom CSS:
    @media only screen and (max-width:767px) { section[data-section-id="65ccab80de3f6e051a0d2bfe"] { .section-background { display:none; } } }  
  25. Like
    Ziggy reacted to cherylr in Remove time on event page   
    Sure -
    https://www.earlsplacegallery.org/events-new/event-one-ng9gf
    Thanks!
×
×
  • 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.