Footer menu doesn't have equal spacing between each page name and I don't know how to get it equal!

Hi, I’m working on a site and in the footer, the menu isn’t spaced out evenly. After the first page name ‘Partners’, the gap to the next page name ‘Privacy’ is much less than in between the others. I haven’t got a clue how to correct this either - I’ve tried doing it with CSS but it adds spacing to them all instead of just the one I want to increase.

I want the spacing between the page names in the footer menu to all be the same and equal please, hope you can help!

I’ll put the URL in a secure note as it’s on a temp link.

Thanks!

Hi There,

Thanks for writing in!

Can you please add this CSS to your theme Option -> CSS and let us know if that helps.

.x-colophon.bottom .x-nav li a {
display: block !important;
}
.x-colophon.bottom .x-nav li {
padding: 0px 5px !important;
}

Hope this helps!

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

That’s sorted it, thank you!

Thanks for your time and help!

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.