Zuki Post page template

  • Unknown's avatar

    Hi there, can you help me? I’m trying to make the layout of my blog post full width. I have a zuki theme. The front page is working fine. but when i go to the blog post that i posted, everything is on the left. I would like to put it in the middle like a full width post. Is that possible?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, we need to “undo” the float left and then set the left and right margins to “auto” on the #primary div. Add this to your custom CSS.

    .blog #primary {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
  • The topic ‘Zuki Post page template’ is closed to new replies.