Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #921585

    Hi Support,

    How could I reduce the padding in the footer area? And I have added an image in my footer widget area to footer column 2 but cannot find a way to center it. I tried using the text widget instead but that added too much padding.

    Thank you!
    LindaK

    #921590

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #footer .widget {
        margin: 10px 0 10px 0;
    }
    #footer #media_image-3 {
        text-align: center;
    }
    

    Best regards,
    Yigit

    #921605

    Thanks Yigit – perfect!!

    #921607

    Hey!

    You are welcome! Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer how to reduce padding in footer area and how to center an image’ is closed to new replies.