Jump to content

Donna_Vincent

Circle Member
  • Posts

    62
  • Joined

  • Last visited

Personal Information

Recent Profile Visitors

473 profile views
  1. it's fairly easy to do. Here's some info. I did mine a couple of years ago and did the same. https://support.squarespace.com/hc/en-us/articles/205812098-Moving-a-domain-to-another-Squarespace-site?platform=v6&websiteId=63a354224250565778c9420c
  2. I just had this question from a client and they aren't too happy that this can't be done. Suggestion.. instead of the product specific shipping to be set up in each individual product, set up the shipping options under eCommerce (as we do now) and then for each individual product, be able to check off the shipping options that you want to show for that product. This way if that shipping price changes, it only needs to be changed in one place -- under eCommerce / Shipping instead of going into every single individual product.
  3. I'm having the same issue. I'm going to message Customer Care. It was working on a website that was out for a while and now it's not working nor is it working on a new website that I'm building.
  4. I'm having the same problem. No images are showing on Quick View and they used to be.
  5. Try this using the block id to isolate the button row row. This worked for me. There is a 17px padding on the left and right side of the buttons too. Hope this helps. block idxxx { .sqs-row { display: flex; justify-content: center; } .sqs-col-4 { width:20%; } }
  6. If it's just one page, you shouldn't need any navigation links!? Your site is password protected so I couldn't look at your website. If you want to share the password we can take a look and that might make things more clear. You can move all the other pages into the Not Linked section and then when you are ready to have those pages go live, move them back up into the Linked section and they'll be back in the navigation. You can also hide the header and footer with some custom CSS. The collection id is the pre-launch page id. #collection-6250..... { .header, #footer-sections {display:none !important;}}
  7. Your site has a password. We would need the password to view your site.
  8. Section 1 would have your image background. There are 4 different settings for the Header under Edit Site Header and Settings. One may accomplish what you want to do without code.
  9. try this in your mobile query. .image-button-inner { text-align: center !important; }
  10. If you select the solid header and you won't see the background under the header. Edit Site Header / Style and select Solid. Or am I missing something that you are trying to do? You can also adjust the section background image and move it with the margin-top: xvh or x%.
  11. You should be able to do a margin-top using a mobile media query and target by section or block if needed. Try this. @media only screen and (max-width: 640px) { .user-items-list-banner-slideshow .slides {margin-top: -10hv;}} There's also a 40px padding at the bottom of the title that you may want to decrease. .user-items-list .list-section-title {padding-bottom:20px!important;}
  12. Yes, you can create one section for mobile and a section for desktop and hide the one that shouldn't be showing on desktop and mobile. It's just a little bit of code. First, create your section that you want on the desktop and then add a new section for your mobile view. //VARIABLES// @mobile: ~"only screen and (max-width: 640px)"; @desktop: ~"only screen and (min-width: 760px)"; //hide mobile section on desktop// @media @mobile {section[data-section-id="61a03d7xxxxxxxxxxxx"]{display:none!important;}} //hide desktop section on mobile// @media @desktop {section[data-section-id="61a03dxxxxxxxxxxxx"]{display:none!important;}}
×
×
  • 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.