asassi Posted September 23, 2021 Share Posted September 23, 2021 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 Link to comment
HoaLT Posted September 23, 2021 Share Posted September 23, 2021 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 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 Link to comment
asassi Posted September 26, 2021 Author Share Posted September 26, 2021 Amazing! that worked really well thank you 🙂 Do you know how I can add a heading in the navigation block? - see screen shot attached. Doesn't need to be there for mobile.. but don't mind if it is Thanks Link to comment
asassi Posted September 27, 2021 Author Share Posted September 27, 2021 @HoaLT sorry my previous post may not have been very clear.. Do you know how I can add a heading to the navigation block? So that it reads 'Info' above the links. Doesn't need to be there for mobile, but ok if it is. Thank you for your help 🙂 Link to comment
tuanphan Posted September 29, 2021 Share Posted September 29, 2021 @asassi It looks like you figured it out? I see "Further information" title now asassi 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
asassi Posted September 30, 2021 Author Share Posted September 30, 2021 Yes got it sorted. Thanks Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment