• Resolved grizzarkhov

    (@grizzarkhov)


    Beyond frustrated with this. Love this theme and want to stick with it but I really need the main content area to be located between the two sidebars rather than to the left of both of them. Any help is much appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter grizzarkhov

    (@grizzarkhov)

    Nevermind. I noodled through it. I moved the l_sidebar include into a <div id=l_sidebar> and placed it in the code above the contentleft. Then I massaged the margins and padding until everything lined up properly.

    MaxBux

    (@maxbux)

    Hi,

    I am a complete noob, so can please explain step by step how you separated the sidebars on elements of SEO.

    Thank You
    Regards

    Niels Christian

    (@nielschristgmailcom)

    @grizzarkhov
    Is it in this one you changed the margin and padding

    #l_sidebar {
    	float: left;
    	width: 203px;
    	margin: 40px 0px 0px 0px;
    	padding: 0px 19px 20px 19px;
    	border-left: 1px solid #E2DDDE;
    	font:11px/18px Verdana, Arial, Helvetica, sans-serif;
    	}

    ?
    @maxbux
    I believe you move this line

    <?php include(TEMPLATEPATH."/l_sidebar.php");?>

    in both home.php and index.php into a newly created div tag above the contentleft div tag

    Thanks Niels,

    I managed to move the side bar to the right but it now has two borders, on its right.

    I did not change anything but the div’s

    Regards

    Niels Christian

    (@nielschristgmailcom)

    yes, well check your style.css, look for

    #l_sidebar {
    	float: left;
    	width: 203px;
    	margin: 40px 0px 0px 0px;
    	padding: 0px 19px 20px 19px;
    <strong>	border-left: 1px solid #E2DDDE;</strong>
    	font:11px/18px Verdana, Arial, Helvetica, sans-serif;
    	}

    my bold, this is the line making the borders.

    or check the css style for the right side bar (#r_sidebar)

    the code should be pretty straight forward, explaining a lot.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move l_sidebar to the left of contentleft’ is closed to new replies.