• I thought this might be a simple question but I haven’t been able to find anything about it in the search engines so I thought I’d post it here:

    I would love my default Kubrick blog not to be centered but appear at top left of a browser.

    It would also be great if the blog “shrunk” in size as somebody were to resize their browser window. JavaScript?

    Many thanks to such a great community.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter djbeej

    (@djbeej)

    Hope the subject didn’t throw anyone off. Simple question is how not to have Kubrick centered?

    Hi

    The centering comes from CSS on the header.php file page div

    You will see something like this
    #page {
    margin:20px auto;
    }

    The auto is what centers the page. Replace it with 0 and the page will be left aligned.

    Shrinking and expanding happens when there is no width applied to CSS of the outer container of the site. You can take it off in your CSS file, but be aware you will break the Kubrick theme if you do so. Any theme can be adjusted to be liquid width, but it takes some work if the theme was designed as a fixed width.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Kubrick not to be viewed centered to page?’ is closed to new replies.