1 maltehh Jun 03, 2009 14:11
3 maltehh Jun 06, 2009 19:25
Here comes the link ;)
4 esanchez 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 maltehh 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 tilqicom 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;}
DO you have a link to your site? that helps to see what's going on...