Jump to content

junger

Circle Member
  • Posts

    114
  • Joined

  • Last visited

Reputation Activity

  1. Like
    junger reacted to jpeter in How to align plus icon of accordion to the right of text even when it wraps   
    @junger
    You can try this css:
    /* Use ::after pseudo-element and a "+" character to display next to text */ #block-yui_3_17_2_1_1654209124778_2884 .accordion-item__title:after { content: '+'; display: inline-block; font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 100; font-size: 5rem; vertical-align: text-top; } /* Update icon to a "–" when accordion expanded */ #block-yui_3_17_2_1_1654209124778_2884 [aria-expanded="true"] .accordion-item__title:after { content: '–'; } /* Hide default icon */ #block-yui_3_17_2_1_1654209124778_2884 .accordion-icon-container { display: none; } Here's what it looks like on my end:

  2. Love
    junger reacted to Beyondspace in Make images in Auto Layout list clickable?   
    Try 
    @media only screen and (max-width: 767px) { section[data-section-id="61b12d85cf48ba2642611629"] { .list-item-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .list-item { position: relative; &:hover { .list-item-content { opacity: 1; } } } } } Let me know how it works on your site
×
×
  • 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.