Jump to content

Beyondspace

Circle Member
  • Posts

    10,114
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by Beyondspace

  1. What is your URL site? You can share it so we can help easier
  2. One idea you can try is adding both section for desktop and section for mobile. Then you can use custom CSS with media query to set your sections visible on the right breakpoint /*mobile breakpoint*/ @media only screen and (max-width: 767px) { /*set display none for desktop section*/ } /*desktop breakpoint*/ @media only screen and (min-width: 768px) { /*set display none for mobile section*/ }
  3. Can you take a screenshot of where you find this issue? I have already check and found no difference between my firefox and edge browser
  4. Have you fixed it yet? I check it works properly on my device
  5. Which function do you want to implement on your Squarespace site? Can you describe more detail?
  6. Can you share your URL so I can check easier?
  7. You can try the following CSS code .tweak-global-animations-animation-type-flex .header-nav-folder-item a::after { content: none; } Let me know how it works
  8. Have you added the image on desktop and image on mobile? If yes, I can take a look
  9. You can try adding to Custom CSS .header-display-desktop .header-title { z-index: 0; } Let me know how it goes
  10. You can upload both the mobile and the desktop images, then hide the incorrect one as needed with custom CSS. Or you could even set up a whole section for desktop and another section for mobile, and hide each section.
  11. Have you refresh the site? Also have you created blank page with gallery under that dropdown? Screenshot may help to debug
  12. You can try the following Css Code /*Border style for product detail*/ .product-details.ProductItem-details { --border-size: 2px; } .ProductItem .ProductItem-details h1.ProductItem-details-title { border: var(--border-size) solid; margin-bottom: 0; padding: 15px; } .ProductItem-details .ProductItem-details-checkout { border: var(--border-size) solid; } .ProductItem-details-excerpt { border-bottom: var(--border-size) solid; } .ProductItem-details-checkout > div{ padding-left: 15px; padding-right: 15px; box-sizing: border-box; } Let me know how it works on your site
  13. Not sure about your idea. I check that they are already on the same line now Can you describe more detail or do you have any sample of result you want to achieve?
  14. I can not see the navigation as you mentioned. Can you take some screenshot?
  15. Get the URL on the asset Library 1. File Details -> Right Click on image the copy image address 2. On your code block, use the img tag and add the URL with the one you copy from library asset
×
×
  • 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.