• Well I’m trying to center my entire page but I’m having issues, I used to be able to get it to work fine by just puttin <center> tags in the html but now I’ve changed my page so that the footer sticks to the bottom and whenever I try to center it the same way now (or any other way such as tex-align:center; in the boy tag) the page centers but the footer shifts across so the left of the footer appears in the center.

    What do I need to do to center the entire page, I’ve done a search but none of the solutions I could find would work. (they’d center the page but the footer still has that problem.

    Also how do I make it so the blog title and description in the header are vertically centered like Kubrick.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can’t tell anything about your specific layout, but the way things are done in Kubric (and I think this is pretty good practice overall) is that the header, content area, and footer are all wrapped in a <div> with an ID of “page” which has right and left margins set to “auto” in the css file.

    Thread Starter neoricen

    (@neoricen)

    I’ve made a new topic with my code and a link to the site and I asked about other problems I was having.

    Ah, I see it here.

    By the way, links are nice 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Entire Page Issues’ is closed to new replies.