Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problems with centering footer Reply To: Problems with centering footer

#237768
Shikkediel
Participant

Couple of steps :

Remove margin-left: 60px from .ja-copyright in the 480-766 pixels query.

Then on the general rule for that element you can set :

left: 0;
right: 0;
margin: auto;

Works because a width was specified to begin with.

Also, clear the float there (custom.css line 415+)…