Okay
  Public Ticket #2947518
Footer smartphone
Closed

Comments

  • mattiaambrami started the conversation

    Ciao,

    vorrei che nella visualizzazione a smartphone i widget che compongono il footer siano allineati al centro. Attualmente, di default, l'allineamento dei vari widget è a sinistra. è possibile cambiarlo?

    Grazie

  •  2,959
    Andrew replied

    Hello Grazie,

    The following CSS might help.

    @media only screen and (max-width: 690px){
        #footer-outer .row {
            text-align: center;
        }
        .wp-block-buttons {
            display: block;
        }
    }
    

    Regards,