Jump to content

Thomasaamodt

Circle Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Thomasaamodt

  1. Site URL: https://www.norbio.se/ Hi, Look at the picture. Some lines have a space on the Swedish side. Is there a custom code for this issue?
  2. Hi. Have you a good solution on this problem, and is there an opportunity to solve it 🙂 ?
  3. Site URL: https://www.ergon.no/ Hi, we want selected languages to appear in the menu bar instead of "Language". Is it possible, and how? Thomas
  4. Thank you, it works only for the pictures, but the buttons are still in different heights.
  5. Site URL: https://www.ergon.no/ Hi, the buttons are in line, but not the images. Is it possible to get both images and buttons in line, even if the text has varying heights in between? Password on the webside: passord
  6. Is it possible to export the code for a Squarspace website and move it to other platforms (e.g. Wix, WordPress, etc)? Or will it be useful to build the page from scratch again?
  7. The page is https://www.ergon.no/ and the password is: passord
  8. Hi. I have used the code in the introduction to add an arrow to my website. I would like to replace the arrow with the following image: https://static1.squarespace.com/static/61b3139e81c1617fe26fca37/t/61e954d5be75330fd18f561f/1642681557218/Prikker.png I want two dots on the picture, and two dots on a white background. The image should also be static without movement. Can anyone help with this? <div class="scroll-down"></div> <style> .scroll-down { position: absolute; left: 50%; bottom: 15px; display: block; text-align: center; font-size: 20px; z-index: 100; text-decoration: none; text-shadow: 0; width: 13px; height: 13px; border-bottom: 3px solid #eda005; border-right: 3px solid #eda005; z-index: 9; left: 10%; -webkit-transform: translate(-50%, 0%) rotate(45deg); -moz-transform: translate(-50%, 0%) rotate(45deg); transform: translate(-50%, 0%) rotate(45deg); -webkit-animation: fade_move_down 4s ease-in-out infinite; -moz-animation: fade_move_down 4s ease-in-out infinite; animation: fade_move_down 4s ease-in-out infinite; } /*animated scroll arrow animation*/ @-webkit-keyframes fade_move_down { 0% { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0; } 50% { opacity: 1; } 100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; } } @-moz-keyframes fade_move_down { 0% { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0; } 50% { opacity: 1; } 100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; } } @keyframes fade_move_down { 0% { transform:translate(0,-10px) rotate(45deg); opacity: 0; } 50% { opacity: 1; } 100% { transform:translate(0,10px) rotate(45deg); opacity: 0; } } </style>
×
×
  • 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.