• I am trying to get my footer to center on all of my pages. On mobile it looks ok, but in my web browser it is left justified.

    I have tried using CSS to center align the text, which you can see is working if you compare it to the thin line above the text.

    I have also removed any footer widgets from the theme customizer and it still will not move to the center of the page.

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

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @coleshu

    In desktop right side was design for footer widget so that you are getting such issue. Please add the following code so that footer text will align center.

    .site-info {
    	width: 100%;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Issues with Footer not centering in page’ is closed to new replies.