How can I customize my Prestige theme footer like Fearofgod.com?

Hey everyone!!

I am trying to make a few theme customizations to Prestige to make it sort of more similar to www.fearofgod.com just because I really enjoy the way their website looks from a user perspective and we run pretty similar looking themes as is.

Right now, I am trying to attack my footer to make it appear like this:

It is very clean and modern. My website link is www.derangedsupremacy.com. Any feedback or code help to achieve this look would be awesome. The password is DerangedDerangedDeranged

Hi @donniederanged

For that need to change custom code in footer file if you want like demo store

best regard

@donniederanged - you want like this?

yeah exactly with a smaller footer section though because for some reason on Prestige it’s massive

@donniederanged - please add this css to the very end of your theme.scss.css file and check

@media screen and (min-width:750px){
form#footer-newsletter {display: flex;    align-items: center;}
.Form__Submit {display: block;    margin-top: 0;}
.Footer {padding: 25px 0 42px;}
.Footer__Inner+.Footer__Aside {margin-top: 20px;}
}

That worked! Do you know how I could make the footer a lot less tall? I started playing around with padding but can’t figure it out exactly.

For size reference