Hur ändrar jag Divi sidfotstext's inriktning?

  

3
Ämnesstart

I have Divi site and I want the footer (it's text and links) to be aligned on the middle;

Now the information is centered left;

Please see the pic below:

how to align Divi footer text on center

 

Hur kan jag göra det?

Tack för att du kom

1 Svar
2

In your Divi's child theme in style.css add these lines of code:

/*Footer info center align*/
#footer-info {
    float: none;
    padding-bottom: 10px;
    text-align: center;
}

Cheers

Dela: