Jump to content

Create 3 column footer in brine template

Recommended Posts

2 hours ago, asassi said:

Site URL: https://www.annasassi.com/

Hi,

I'm trying to create a 3 column footer design on my website.

The column design option doesn't get the result I want. And I haven't found any code that works.

I've attached a screenshot of how I would like it to look on desktop. On mobile I'd like the footer blocks to remain stacked.

Is this possible?

Thanks

Screen Shot 2021-09-23 at 10.02.58 pm.png

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

image.thumb.png.f669a6b302af108f3a85a5b007e44638.png

 

Mobile

image.png.5d09b4660da2d2802769784ee5b800b5.png

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

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