Before you ask please READ THIS

How to center mobile footer content

edited October 2014 in Beach Please Posts: 18
How could I center the footer no matter what size the site is?
IMG_0507.PNG
640 x 1136 - 93K
Post edited by gchz on

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    You have put your text in "Copyright text " field, right?

    In that case use this custom CSS:

    #footer .copyright {
    float: none;
    max-width: none;
    text-align: center;
    }
    With regards.
  • Posts: 18
    That works! Thanks
  • Posts: 4
    Hi!

    I have this same problem, except the custom css provided above is not working for me.
    It feels like every time I reload the website, something is overriding the max-width: to a percentage. Only on mobile, though.
  • AirAir
    Posts: 10,970
    Live link please :-) And I can check then what is it.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!