Jump to content

DarioDiMaggio

Member
  • Posts

    28
  • Joined

  • Last visited

Posts posted by DarioDiMaggio

  1. Hi there,

    A client just showed me that my social media icons in the desktop and mobile view are just clickable on the bottom part of the icons and not throughout the icons. 

    The icons are in my footer.

    Can you help me please?

    I think a need some custom css coding.

    Thank you.

  2. Hi everyone!

    I'd like to translate my website from english to italian. I tried weglot but I don't have budget at the moment to pay the service.

    I'm not able to use coding. What's the easiest option in order to translate my website?

    Is there any automatic option in order to do so? I thought to duplicate pages, but this forces me to create a welcome page where I can switch from italian or english, but I don't want to do that. Please can you guide me with the best solution?

     

    Thank you

  3. Yes sure!
    This is what I have in the footer code injection:

     

    <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>


    <script type="text/javascript">
       $(function() {
       $(".header-display-desktop .header-nav-item:nth-child(n+3)") .prependTo (".header-actions--right");
    });
    </script>

     

    This is what I have in CSS instead:

     

    .gallery-reel-item img {
      width: 99.5% !important;
      height: auto !important;
    }

    .header-actions .header-nav-item {
      padding-right:2.1vw !important; /**change as needed**/
      color:black !important;

    }

    .header-nav-list   {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:end !important;
          -ms-flex-pack:end !important;
              justify-content:flex-end !important;
      .header-nav-item {
         padding-right:2.1vw !important; /**change as needed**/
      }
    }

    .header-actions--right {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:justify;
          -ms-flex-pack:justify;
              justify-content:space-between;
    }

    .header-actions .header-nav-item {
      padding-right:2.1vw !important;//change as needed

    }

    .header-nav-list   {
      display:flex;
      justify-content:flex-end !important;
      .header-nav-item {
         padding-right:2.1vw !important; //change as needed
      }
    }

    .header-actions--right {
      display:flex;
      justify-content:space-between;
    }

    .header-display-mobile .header-nav-item.header-nav-item--collection {
    display:none;
    }
    .header-nav-folder-content {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: auto;
       margin-left:-1em;
        padding: .5em 1em;
        text-align: left;
        width: 200px !important;
        z-index: 10;
    }

     .header-nav-item--folder:hover .header-nav-folder-content, .header-nav-item--folder .header-nav-folder-content.focus-within {
        opacity: 1;
        pointer-events: auto;
    }

     

    Thank you 

     

     

  4. This is the coding I added before yours:

    .header-actions .header-nav-item {
      padding-right:2.1vw !important; /**change as needed**/

    }

    .header-nav-list   {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:end !important;
          -ms-flex-pack:end !important;
              justify-content:flex-end !important;
      .header-nav-item {
         padding-right:2.1vw !important; /**change as needed**/
      }
    }

    .header-actions--right {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:justify;
          -ms-flex-pack:justify;
              justify-content:space-between;
    }

    .header-actions .header-nav-item {
      padding-right:2.1vw !important;//change as needed

    }

    .header-nav-list   {
      display:flex;
      justify-content:flex-end !important;
      .header-nav-item {
         padding-right:2.1vw !important; //change as needed
      }
    }

    .header-actions--right {
      display:flex;
      justify-content:space-between;
    }

    .header-display-mobile .header-nav-item.header-nav-item--collection {
    display:none;
    }.header-nav-folder-content {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: auto;
       margin-left:-3.5em;
        padding: .5em 1em;
        text-align: left;
        width: 200px !important;
        z-index: 10;
    }

     .header-nav-item--folder:hover .header-nav-folder-content, .header-nav-item--folder .header-nav-folder-content.focus-within {
        opacity: 1;
        pointer-events: auto;
    }
    /* Align left dropdown */
    .header-nav-folder-content {
        text-align: center !important;
    }
    .header-menu-actions.language-picker.language-picker-mobile {
        top: -141px!important;
        position: relative!important;
    }

     

    About the contact link I just simply created a new page and added it through squarespace

×
×
  • 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.