Forum Moderators: not2easy

Message Too Old, No Replies

Centering Footer Text In All Resolutions

         

DamagedFiber

9:22 am on May 15, 2014 (gmt 0)

10+ Year Member



Hey everyone.

So my footer <snip> works properly in 1920x1080 (my PC resolution) but moves over to the right on smaller resolutions. How can I get it to remain centered in all resolutions? Please take a look and let me know! It uses 5 different DIVs.

Thanks!

Marshall

10:46 pm on May 15, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



DamagedFiber,

You will need to post the relevant CSS and HTML code here as links are not permitted.

Marshall

rainborick

11:07 pm on May 15, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Try changing the margin on .footer_up to:

margin:20px auto;

That should help.