Hello,
Here is my website: dev.nylawsa.com
I just want to center the text in the footer. I was able to get the header, address and copyright info centered, but not the menu links. How do I center the menu links in the footer?
Thanks!
Hello,
Here is my website: dev.nylawsa.com
I just want to center the text in the footer. I was able to get the header, address and copyright info centered, but not the menu links. How do I center the menu links in the footer?
Thanks!
This will float the heading (first line):
#simple_footer_nav #logo {
float: none;
}
There's no point in trying to centre the menu of links. It never works out well and two of the lines are full anyway, so centering them wouldn't make a scrap of difference.
To centre the rest, add this rule:
#simple_footer_nav .terms {
float: none;
}
That should do it.
Cheers
PAE
Thanks for your time, but it didn't work. I added the rules, but it still looks the same
It looks as though it's worked to me. Did you refresh your browser cache?
Cheers
PAE
Yes, I did. It's still left aligned.
Not for me it isn't.
The text, "LAW FIRM OF SHAW & ASSOCIATES, P.C." is centered, as is the address and copyright notice beneath the menu. That just as I said.
I'll check out some other browsers, but these two bits of the footer are definitely centered for me. The menu isn't, but I already explained why that is.
Cheers
PAE
Yep. Centered in Chrome and Opera too. Now going on a hunt for a Windows box to see what it looks like in IE.
Cheers
PAE
And the two elements are also centered in IE7 and IE8. Can't be bothered to hunt for a Windows 7 box to check out IE9
Cheers
PAE
Centred in IE9 on Win 7.
I think we have a full house, aoassist. Just to be sure, I checked it out in Safari as well.
So I think we need to sort out whether we've misunderstood what you wanted centered or whether you need to play about with your browser. What browser are you using?
Firefox can be a bit picky sometimes about clearing its cache.
Cheers
PAE
I'm using Chrome. And yes, the logo, address and copyright info was already centered- I centered those before I came to this forum. That is not what I was having an issues with. I am having an issue with the menu links.
You must log in to post.