By joe4 on
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
how to go to page 2?
how to go to page 2?
http://www.parentgallery.com/
http://www.parentgallery.com/node?page=1
HTML markup
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.
Thanks for the reply but
Thanks for the reply but where do I make the changes? What file?
Thanks
If it's happening on all of
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