Recent Topics

1 Jun 03, 2009 14:11    

My b2evolution Version: 2.x

Hi all,

as afraid as i am i gues i need your help.
I have set up a new blog using the skin "simple-zen" which seem to be a three column skin.
Now i have the problem, that i like to move one of the two right sidebars to the left.
I allready tried the setting "float left" but as far as i could see, it only moves the whole "block" with both sidebars - wich is not what i want to.
Could anyone tell me what i have to do to move just one of the sidebars to the left side ?
Please !!

I also saw that there seems to be an modified version of this skin called "zen-nina (?)" but i couldnĀ“t find it anywhere. So i realy need your help !!

thanx

Malte

2 Jun 06, 2009 19:08

DO you have a link to your site? that helps to see what's going on...

4 Jun 06, 2009 19:29

I know this is not what you asked for - but I kind of like your skin. It has a nice layout and I think the left side bar "article tools" section looks good. You can probably add another link to "Share this" or something like that to the right.

also, not sure if you know you can add html stuff to your right side columns.

we sort of have the same feel at our site. check it out...
http://www.thechristianalert.org

if you still want to move stuff around... what section do you want moved? the inner right, or the outer right column?

5 Jun 06, 2009 19:51

thanx for the compliment ;)

yea, i still wanna move the "inner right" one to the left.
so, if you have any suggestions.....

6 Jun 07, 2009 04:00

maltehh wrote:

thanx for the compliment ;)

yea, i still wanna move the "inner right" one to the left.
so, if you have any suggestions.....

it's a FIFO.you gotta load sidebar first.. simply open your posts.main.php,

and move :

<?php
// ------------------------- SIDEBAR INCLUDED HERE --------------------------
skin_include( '_sidebar.inc.php' );
// Note: You can customize the default BODY footer by copying the
// _body_footer.inc.php file into the current skin folder.
// ----------------------------- END OF SIDEBAR -----------------------------
?>

above the:

<div id="content" class="narrowcolumn">

<?php
	// ------------------------- MESSAGES GENERATED FROM ACTIONS -------------------------
	messages( array(
			'block_start' 			=> '<div class="action_messages">',
			'block_end'   			=> '</div>',
		) );
	// --------------------------------- END OF MESSAGES ---------------------------------
?>

that's it possibly.well, you might need to remove #content {clear:both;} and/or add #content {float: left;}


Form is loading...