Hi
I'm looking to improve the layout of my footer - specifically the social icons
Currently I have Facebook and Instagram icons which are stacked on top of each other. I'd like them to be side by side instead.
My site https://browseco.co.uk/
Could anyone help? I'm fine with editing code
:)
Solved! Go to the solution
This is an accepted solution.
Hi,you can put this at bottom of timber.scss file under assets:
ul.no-bullets.social-icons li { display:inline-block; }
Hi @CJCarter ,
find the timber.scss in your theme. Then paste the code below.
ul.no-bullets.social-icons { display: flex; }
Hopefully, this will work.
If you need any expert help you can text me here: https://www.fiverr.com/share/aek7K8
User | Count |
---|---|
556 | |
212 | |
129 | |
81 | |
44 |