• Resolved The 12th Doctor

    (@the-12th-doctor)


    Ive been trying to expand my websites width. Everytime i do it though, the sidebar and main content overlap or the sidebar gets pushed underneath and i dont know whats going wrong.

    My site is https://www.doctorscompanion.net. Nut sure what in the CSS to change, but when i change the wrapper bits it leaves a big ol gap at the right hand side.

Viewing 2 replies - 1 through 2 (of 2 total)
  • try to change to background-position: 775px 0pt; in:

    #content.twocols {
    	background:url(images/bk_dotted_vert.png) 625px 0 repeat-y;
    }

    and to width: 750px; in:

    #colLeft {
    	float:left;
    	width:600px;
    	padding-right:25px;
    }
    Thread Starter The 12th Doctor

    (@the-12th-doctor)

    Hero!!! Worked like a charm! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Expanding Site Width’ is closed to new replies.