How do you align the address where Phoenix, AZ is right under 1212 W. Sample Street? Also, how do I center the titles in the footer?
Hello, Greetings from InkThemes! Below are the codes for that.. Code: .footer-container .textwidget { text-align: center; } .footer-container h4 { text-align: center; } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
The code worked to center the title in the footer, but when using both codes it also centered all the text in the footer (which I didn't want). I now have the titles properly centered, but just want to know how to move the second line of the address over so Phoenix is right under 1212.
Hello, You can use any one of the code given below.. Code: .common.second p:nth-child(1) { margin-left: 65px; } or, Code: .common.second p { margin-left: 65px; } Hope it will resolve your issue Thanks & Regards! Priyanka InkThemes.com