Another width issue with Kubrick
-
I edited the CSS for the Kubrick theme as such:
#page {
text-align:left;
background-color:white;
background:url('http://loogaroo.startlogic.com/white.png');
width:860px;
border:1px solid #959596;
margin:20px auto;
padding:0;
}
I’ve managed to get the front page to look all right, but any time you click on a single entry, it reverts to the old dimensions. Another post here says to look for a
.singlecolentry in the CSS, but Kubrick doesn’t have one. Am I supposed to create one or is there another way around this?The blog I need help with is: (visible only to logged in users)
-
-
-
You have used relative URL’s for your images. Change them to absolute URL’s and see if that does not fix the issue. I think going absolute for the white.png will do it.
-
-
Unfortunately, the absolute URL’s don’t seem to be making any difference.
Just to be clear, the only time it reverts to the original dimensions is when I navigate onto a single entry, either by clicking on the subject or “Leave a Comment”. I think it has something to do with the fact that this method takes away the sidebar.
-
Did you paste the entire CSS into the edit window, and if you did, did you select “start from scratch…” before saving?
-
-
That fixes the background image problem, but I still need some way to widen the margins on the single entry pages.
-
-
-
-
- The topic ‘Another width issue with Kubrick’ is closed to new replies.

