Hi team,
I’d like to display 4 Supporter Images in four columns with ONE centered headline (“Supporter”). How can I do that?
Thanks,
Jan :)
Hi Jan!
You can add it below line 28 in the footer.php file.
<div class='container'>
<h3>Text</h3>
Regards,
Elliott
Hi Elliott,
thank you! And how would I insert it into my child theme’s footer.php?
Thank you so much!!
Jan
Hey!
You can copy footer.php file to your child theme and make the changes on it :)
Best regards,
Yigit
Hey,
I do need to copy the whole widget section in the footer.php to my child theme, don’t I? Or can I just copy
<div class='container'>
<h3>Text</h3>
into my child theme’s footer.php and add my headline?
Cheers,
Jan
Hey!
You need to copy whole footer.php file to your child theme and then apply the changes on that file :)
Cheers!
Yigit
Great! That worked :))
One more thing. How do I center that headline above the footer? :)
Cheers,
Jan
Hey!
Can you please post the link to your website so we can provide you an accurate solution? :)
Cheers!
Yigit
Of course:
The headline is above the footer now. But I want it to be aligned center
Cheers,
Jan :)
Hey Jan :)
Please add following code to Quick CSS
#footer > .container > h3 {
text-align: center;
}
Regards,
Yigit :)
Puuuuuurrrfect! :)
Thanks a lot, Yigit!
Jan
Thank you. It’s always nice to see, what one can get out of enfold with a few adjustments! And with this awesome support!! :)