Using Joomla A bit of a Problem...Help?

MiryP

Banned
Mar 7, 2011
96
5
0
Hi, my website http://www.fitcrazy.tv is having a bit of problem... I have it on a CMS Joomla and if you notice the right side bar is at the bottom and I am not sure why or how to fix this... can anyone help me please?:(
 


Usually that happens because that right sidebar is too wide.

Example:

wrapper: 800px
left sidebar: 200px
main content: 500px
right sidebar: 200px;

when you add left, main, and right together you get 900px, but its trying to fit into a box that is only 800px wide

that's just general stuff ok.

Your problem is the right sidebar is nested within the main content section. You need to move div#right just outside. You missed it by one closing </div>
 
I'm not really sure where exactly. When I look at your about page, the sidebar is working fine. This is the code structure for the about page.

BNDZC.png


You see how <div id="right"> is underneath <div id="close"> ? It's NOT within the wrapper, it's within the contentarea2 div. That's how it's supposed to be.

On the page that doesn't work right, your code looks like this.

p6Kwv.png


You see how <div id="right"> (your sidebar) is within the wrapper now? <div id="close"> is in there too.

Where can you find it in order to fix it? I'm not sure because I've never used Joomla before. Basically, you need to find the code that controls your homepage and make sure the closing </div> for <div id="wrapper"> is in the correct spot.