Okay
  Public Ticket #1195382
Center the footer
Closed

Comments

  • Pierre started the conversation

    Hello Pasquale, I hope I'm not getting out of what the support is supposed to be for, but I'd like some help in order to center the footer "Bottom note".

    I did create a child theme, I thought i found the right css line to modify, so I add in my child theme "style.css"  those lines :

    .widget-area,
    .site-info {
      font-size: 100%;
      text-align: left;
    }

    It did work but it also centered the "other side bar informations" from any room page. Any clue on how to fix it ?
  •  234
    Elena replied

    Hi Pierre,

    Remove that .widget-area selector, that should work.

    .site-info {
      font-size: 100%;
      text-align: left;
    }

  • Pierre replied

    Thanks, that works :-)

  •  234
    Elena replied

    Great!