Jump to content

angelamanderson22

Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    angelamanderson22 reacted to tuanphan in Change order of footer nav/middle blocks   
    Use this code. It will target all image in Footer
    div#footerBlocksMiddle .image-block { width: 30%; }  
  2. Thanks
    angelamanderson22 reacted to tuanphan in Change order of footer nav/middle blocks   
    Add to Design > Custom CSS
    @media screen and (max-width:640px) { nav.Footer-nav * { width: 100% !important; text-align: center !important; max-width: unset !important; } }  
  3. Thanks
    angelamanderson22 reacted to tuanphan in Change order of footer nav/middle blocks   
    Use this new code
    /* Footer layout */ div.Footer-middle { flex-direction: row-reverse; } div#footerBlocksMiddle>.row { display: flex; flex-direction: row-reverse; } @media screen and (max-width:767px) { div.Footer-middle { flex-direction: column-reverse !important; } div#footerBlocksMiddle>.row { display: block; } div#footerBlocksMiddle { flex: unset; } }  
  4. Thanks
    angelamanderson22 reacted to tuanphan in Change order of footer nav/middle blocks   
    Add to Design > Custom CSS
    /* Footer layout */ div.Footer-middle { flex-direction: row-reverse; } div#footerBlocksMiddle>.row { display: flex; flex-direction: row-reverse; }  
×
×
  • 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.