Hi, I can not align in the footer, the Copyright text. How do I get it on a single line and the center of the footer? Attached is a picture that explains what I mean. Thanks and good job!
Yep the footer text is in the grid column and it cant be moved out of it .Unless you move it forcefully .
If you want to place it in the middle then you need to customize the footer.php file for this with the help of child theme s.
Done!
I installed the child theme, which I must add hook for:
1.put the center text copyright
2.make bigger the logo on the left?
Thanks for the support...
1. Find footer.php file in the attached footer.zip file and upload it yo your child theme folder (wp-content/themes/ypurchildthemefolder) .
2. Add the given css from wp-admin -> appearance -> customize to increase size of footer logo :
#footerlogo {
max-width: 100px;
}
Works well...thanks for your support!