Hi, I am wanting to move the contents of my footer so all in a line as per below. Please could someone assist with this? Thanks in advance!
my site is https://strawberrymlk.com/ and password str@wb3rry
Hi, I am wanting to move the contents of my footer so all in a line as per below. Please could someone assist with this? Thanks in advance!
my site is https://strawberrymlk.com/ and password str@wb3rry
Hi @strawberrymlk .
I understand that you want to move the contents of the footer higher.
Try this.
.footer-block__newsletter {
margin-bottom: 60px;
}
ul.footer__list-social.list-unstyled.list-social {
margin-bottom: 80px;
}
result:
You can adjust the size, whatever you want.
I hope it help.
Apply display flex style on outer div and then apply align-items start in css file in theme code. It will become in one line