Forums

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

Home Forums CSS Problems with centering footer

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237733
    Eva
    Participant

    Kindly could you please help me center copyright footer of this site
    Link
    media query: media screen and (max-width:767px)

    Thank you in advance!

    #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+)…

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.