Jump to content

bapu4davis

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by bapu4davis

  1. Thank you! Yes, that was our fix-- it's not perfect (we'd rather maintain the logo on the left) but it did solve the overlap issue. Do you have suggestions for fixing overlap in the original header position, though?
  2. Site URL: https://bapu4davis.org I wanted to ensure our "Donate" button appeared in the mobile header. To get it to show up, I had to use some custom css I found from https://blog.tawfiq.me/how-to-add-a-button-to-mobile-header-between-logo-and-menu-icon-squarespace/. /* Show button on mobile menu*/ @media screen and (max-width:1024px) { /* show button */ .header-actions { display: block !important; } .header .header-actions-action--cta { display: block; width: 10% !important; } /* logo width */ .header-title-nav-wrapper { flex: 10% !important; } } The button now shows up on the mobile header, woot! Problem is, it overlaps with the hamburger icon. See photo. How can I change this spacing? Thank you all for any help!
×
×
  • 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.