Footer Menu Alignment

hi

I am working on a new site www.communitywhitecollarboxing.co.uk/

I have set the footer with 2 columns with text to the left and a menu to the right.

On a pc screen the FAQS and CONTACT link sits beneath the other links.

I have tried to change this using CSS Hero but im not to good with that.

Is there a way of having all the links in line?

Regards
Brian

Hey Brian,

Give this CSS snippet a shot and let me know if that is what you are after:

.fl-page-footer .fl-page-footer-nav {
    margin: 0 -55px 10px;
}

Best,
Billy

Hi billy,

It didnt quite do the trick as the contact link is still below, did I do it right?

www.communitywhitecollarboxing.co.uk/

Hey Brian,

Try changing -55px to -60px. Or to a higher value if it still doesn’t work.

Ben