Tagged: ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #497755

    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 :)

    #497827

    Hi Jan!

    You can add it below line 28 in the footer.php file.

    <div class='container'>
    <h3>Text</h3>
    

    Regards,
    Elliott

    #497856

    Hi Elliott,

    thank you! And how would I insert it into my child theme’s footer.php?

    Thank you so much!!

    Jan

    #497867

    Hey!

    You can copy footer.php file to your child theme and make the changes on it :)

    Best regards,
    Yigit

    #497871

    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

    #497874

    Hey!

    You need to copy whole footer.php file to your child theme and then apply the changes on that file :)

    Cheers!
    Yigit

    #497882

    Great! That worked :))

    One more thing. How do I center that headline above the footer? :)

    Cheers,
    Jan

    #497884

    Hey!

    Can you please post the link to your website so we can provide you an accurate solution? :)

    Cheers!
    Yigit

    #497886

    Of course:

    http://webigami.de/fashion/

    The headline is above the footer now. But I want it to be aligned center

    Cheers,
    Jan :)

    #497894

    Hey Jan :)

    Please add following code to Quick CSS

    #footer > .container > h3 {
        text-align: center;
    }

    Regards,
    Yigit :)

    #497895

    Puuuuuurrrfect! :)

    Thanks a lot, Yigit!

    Jan

    #497896

    Hey!

    Always happy to help Jan!
    New site too looks great :)

    Regards,
    Yigit

    #497904

    Thank you. It’s always nice to see, what one can get out of enfold with a few adjustments! And with this awesome support!! :)

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘One centered Footer Widget Title’ is closed to new replies.