Can someone please tell me why by tag clouds that are assigned to "right" on the block menu show up under all the content. It seems that when people change there profiles it can mess up the entire site.

Example at bottom. http://www.parentgallery.com
Go to page 2 to see how it works.

Comments

mm167’s picture

how to go to page 2?

joe4’s picture

blackarma’s picture

It's because your html custom markup or something.
If you want magic to happen do this:

1) Remove <div id="sidebar-right" class="sidebar"> from <div id="center">
2) Now take <div id="sidebar-right" class="sidebar"> and place it after <div id="center">

That do the magic.

Currently your structure is:
Container
-header
-sidebar-left
-center
--sidebar-right

You need:
Container
-header
-sidebar-left
-center
-sidebar-right

Here you go.

joe4’s picture

Thanks for the reply but where do I make the changes? What file?

Thanks

mcfilms’s picture

If it's happening on all of your pages then you edit:
page.tpl.php

If it is only on the home page you edit:
page-home.tpl.php

Editing the DIVs in the file is just like editing the DIVs in an HTML file.

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com