• Resolved reachbyjr

    (@reachbyjr)


    Hi folks, need some help here as it is driving me crazy trying to work out what I have done wrong. I am setting up my footer copyright text to align centre. I dont have alignment option in theme, I tried CSS code through Chatgpt to align text to center but my text align to left, right, center-right, and center-left but not align to exact center. it doesn’t workout.

    I am extremely lost, any guidance would be fantastic.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @reachbyjr,

    I use this CSS code and put it in the customizer>custom css/js:

    /* Footer bottom */ footer-bottom { padding: 0; } footer-bottom-inner { padding: 22px 0 20px; border-top: 0px solid #eaeaea; } footer-bottom #footer-bottom-menu, #footer-bottom #copyright { float: none; width: 100%; padding: 0 !important; text-align: center; } footer-bottom #footer-bottom-menu a { padding: 0 15px; } footer-bottom #footer-bottom-menu li:after { display: none; } footer-bottom #copyright { margin-top: 20px; }

    That should center it perfectly.

    Thread Starter reachbyjr

    (@reachbyjr)

    Thank You so much “LogoLogics”. Its perfectly worked for me.

    @reachbyjr,

    Glad I could help!

    • This reply was modified 2 months, 3 weeks ago by LogoLogics.
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.