Jump to content

HoaLT

Member
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. HoaLT's post in Site isn't displaying footer on mobile was marked as the answer   
    Hope you find useful by adding the following codes in Design > Custom Css
     
    @media screen and (max-width: 767px) { footer.sections { display: block !important; } }  
  2. HoaLT's post in Remove White Space Beyond Squarespace Settings was marked as the answer   
    You can set the addition figuration in Design > Custom CSS
    #article- { padding-bottom: 0; } .item-pagination { padding-top: 15px; }  
  3. HoaLT's post in Carousel Image Gallery appearing Off Center on Desktop was marked as the answer   
    In Home > Page> Edit, you should hold and drag the spacer on the right of gallery.

     
  4. HoaLT's post in Carousel Image Gallery appearing Off Center on Desktop was marked as the answer   
    Here is the result

  5. HoaLT's post in Add custom symbols in header (7.1) was marked as the answer   
    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!
×
×
  • 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.