Jump to content

HoaLT

Member
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by HoaLT

  1. I think so too! hope you enjoy with your site
  2. Squarespace can support upload the css file via link editor, you should download this file and upload it there then include the file in code injection (Settings->Advanced->Code Injection->Header) <link rel="stylesheet" href="/s/blobz.css"> https://toruskit.com/tools/blobz/assets/css/blobz.css Detail instruction on how to upload the files here: https://support.squarespace.com/hc/en-us/articles/205813928-Uploading-and-managing-files Finally place the snippet provided into a code block
  3. PS: You got 2 jQuery instance on the site, consider to remove one of them and move it into top of header injection BTW, here is the result I got with the update position, both desktop and mobile:
  4. After reviewing again your code, you could try again the following steps: Step 1. Javascript: Adding the div class ="language" in the header-inner, you can achieve it by changing one bit of your script in the code injection... from /*setup language switcher with flags*/ $('body').prepend('<div class="language"> to /*setup language switcher with flags*/ $('.header-inner').append('<div class="language"> Step2. Adding Design > Custom Css @media only screen and (min-width: 1024px) { .language { position: absolute; top: 50%; transform: translateY(-50%); } .header-nav-wrapper { padding-right: 100px; } } @media only screen and (max-width: 1023px) { .language { position: absolute; top: 50%; transform: translateY(-50%); padding-right: 50px; } } Hope it works for you!
  5. Can you give the password to access your url?
  6. You can insert one addition config in Design > Css .sqs-search-ui-button-wrapper.color-dark .search-input:focus { background-image: none; }
  7. You could define the appropriate space by changing the padding value
  8. You can fix with some codes in Design > Custom Css. Hope it is helpful for you! .gallery-section-wrapper .gallery-grid--layout-grid { padding-top: 0; } .content .sqs-block-html { padding-bottom: 0; }
  9. Hope you find useful by adding the following codes in Design > Custom Css @media screen and (max-width: 767px) { footer.sections { display: block !important; } }
  10. You could add this customization in Design > Custom Css Hope it work well for you .header-nav { padding-right: 10vh; } .language { top: 10vh; } .lang-no { margin-right: 2vh; }
  11. Does it work for you? you mean that you are not clear about the way Css code fix your problem?
  12. Hope it work well for you by adding some customization in Design > Custom Css @media only screen and (min-width: 768px) { .Footer-inner { display:flex; position: relative; } .Footer-blocks--top { order: 2; flex: 1; } .Footer-middle { display: flex; order: 1; flex: 2; } .Footer-blocks--middle { flex: 1; } .Footer-nav { flex:1; } .Footer-nav-group { height: 100%; display: flex !important; flex-direction: column; } .Footer-blocks--bottom { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } } In Desktop Mobile
  13. you can customize some Css codes in Design > Custom Css Hope it is helpful for you! .w-video-wrapper { background-color: transparent !important; }
  14. You could apply the following codes in Design > Custom Css. .sqs-search-ui-button-wrapper.color-dark .search-input { background-image: url(https://api.iconify.design/fa/search.svg); } You can check the icon https://api.iconify.design/fa/search.svg
  15. You should try the following modification in Design > Custom Css Hope it is helpful for you @media only screen and (max-width: 767px) { section:first-child .section-background { display:none; } }
  16. I 've accessed your url's site and it is private site. Could you check it again?
  17. My suggestion is applying the following configuration in Design > Custom Css [data-test="page-section"]:nth-child(3) ~ section .row.sqs-row{ background-color: #c4c9d1!important; padding: 30px!important }
  18. I can not access your site. Could you check it again?
  19. i found out that that url can not be edited since the itemID is the lightbox url id, not the id of img
  20. It 's wrong password so that i could not access your site, could you check it again?
  21. I only see gallery section not image block
×
×
  • 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.