Jump to content

1ittykitty

Member
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

1ittykitty's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. Hi, I used the Soony template to set up a simple online store, but am having some trouble figuring out how to display the items with their prices on the home page WITHOUT the add to cart button (and not show sold out), but then when user clicks on the item, sees that item is out of stock and signs up for waitlist. Thank you!
  2. Hi, I added in code to move my header with the hamburger nav to bottom of the mobile screen, but now there is a big white gaping spot where the header used to be - how do I fix this / what is the issue? /*<---- Move header to bottom on mobile ----->*/ @media only screen and (max-width: 768px) { /* Sticky Header at the Bottom for Mobile */ header#header { position: sticky!important; /* Maintain sticky positioning */ bottom: 0; /* Stick to the bottom */ width: 100%; /* Full width */ z-index: 9999; /* High z-index to stay on top */ order:2; } /* Adjustments for the mobile menu */ .header-menu { position: fixed; top: 0; right: 0; left: 0; bottom: 0; height: auto; max-height: 100%; overflow-y: hidden !important; z-index: 1; } /* Move CTA Button Placement */ .header-menu-cta { position: sticky; bottom: 25%!important; /* this will adjust the position of the CTA Button, adjust it your liking */ } } Screenshot for reference - it's where that white space on top is. Thank you in advance!!!
×
×
  • 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.