Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1225503

    Hello,
    i would like to center the content of my footer. The first column is good as it is.
    I was able to do it by playing with margin/padding but it did not look good in mobile version.

    I hope you can help me

    #1225600

    Hey Hamalaga,

    Best regards,
    Victoria

    #1225675

    Hey Victoria,

    I dont have any code active now for the footer.

    #1226247

    Hi,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #footer #text-5,#footer #text-4 {
    	justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1226259

    thanks! it worked : )

    #1226267

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘3 column footer centered’ is closed to new replies.