Hi,
I’d like the columns of my footer to be centered in the middle of my page. How can I do this please ?
Thanks,
Regards,
Omar
Hey omardualtime!
The footer columns should automatically be taking up the full footer width so there is no need to center them. Are you restricting their width via CSS? Can you send us a link to your page so we can take a look?
Best regards,
Elliott
I work on localhost so I can’t provide you a link…
I have 3 columns but they are displayed on the left of the page, not on the middle.
I haven’t restricted their with via CSS…
Thanks,
Omar
For example in my 404 error page the columns are not in the middle : http://www.dual-time.fr/accueil
They are not aligned like my main nav (in the middle of the page)
Thanks
Omar
Hi,
I’m sorry but I’m having problems understanding exactly what you are looking to change, could you post a screenshot of what you trying to change? You can use a service like imgur.com or similar and then link to the images here.
Regards,
Rikard
I’d like to have my columns centered in the middle og my page and in the columns the titles and text centered (like my main nav), and not aligned left.
As you can see here, all elements are centered in the middle of the page (footer and main nav) : http://imgur.com/G1JQ0DE
You can find the site web here : http://www.panerai.com/fr/home.html
Thanks,
Omar
Finally I’ve chosen 1 columns and I’ve found the adequat CSS :
#footer .widget {
text-align:center;
}
Thanks,
Omar