Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Your problem is in your style.css file. If you are using a child theme, simply change:

    .site-content {
        margin: 0 340px 0 0;
    }

    to:

    .site-content {
        margin: 0 auto;
    }

    If you are not using s child theme, be sure to add the last part using a Custom CSS Plugin so your changes don’t get overridden with the next update.

    Hope this helps.

    Thread Starter turnsteak

    (@turnsteak)

    YEAH!!!! that’s perfect!!!
    Thx ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center home page/all article’ is closed to new replies.