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

    Is it possible to center the footer widgets? I would like them to be centered instead of aligned from the left edge. Also is it possible to center the copyright info too?

    Thanks

    #411039

    Hi svreatt!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.copyright {
      width: 100%;
      text-align: center;
    }

    and post the link to your website so we can see your footer widgets

    Best regards,
    Yigit

    #411044

    Thanks that worked perfect!

    Here is a link to my site that I want to center the widgets on. I have a background image and I want to center the copy over it.

    http://theaddictionsacademy.com/wp/#

    #411046

    Hi!

    Please add following code to Quick CSS as well

    #footer .widget {
      text-align: center;
    }

    Cheers!
    Yigit

    #411048

    Ok, I think I figured it out. I used a div tag to center the content.

    Thanks

    #411050

    Hi!

    Great! Let us know if you have any other questions or issues :) Have a nice weekend!

    Cheers!
    Yigit

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