How to align a footer row in Venture?

Hi you guys have been a lot of help so I was wondering if there’s a way to insert a button image in the footer and align the footer links like our old site?

I was thinking I might need to split the footer links in half but want to be sure! Any help would be appreciated!

small update I made ServiceNet it’s own menu though maybe I should make it a text link?

Hi @PMFarm ,

Please follow these steps:

Code footer: https://pastebin.com/6r43p35e

.about__list-item{

display: inline-block;

padding-right: 15px;

&:last-child{

padding-right: 0px;

}

}

Hope this helps!

This somewhat helped the alignment of the footer links is still a list but I was able to place the button link I needed so thankyou very much for your help!

Hi @PMFarm ,

If you want to add a link you can go to file: Sections > footer.liquid and follow these steps:

{

“type”: “url”,

“id”: “link”,

“label”: “Link Logo”

}

{{ shop.title }}

Hope this helps!