• Resolved mikedeakin

    (@mikedeakin)


    Here’s another Kubrick CSS question. I’d like to shift the sidebar a little further to the left, so much so that it overhangs the main page by approx 10px whilst still maintaining its vertical position.

    Can this be done? If so what do I need to change?

Viewing 1 replies (of 1 total)
  • in style.css, this controls the position and width of the sidebar:

    /* Begin Sidebar */
    #sidebar
    {
    	padding: 20px 0 10px 0;
    	margin-left: 545px;
    	width: 190px;
    	}

    reducing ‘margin-left’ moves the sidebar towards the content; however, the grey sidebar backround is fixed in a graphic.

Viewing 1 replies (of 1 total)
  • The topic ‘Kubrick Sidebar Shift’ is closed to new replies.