• I’m having a problem with the sidebar in a template I’m building based on the 2012 template.

    The sidebar is appearing at the bottom of the screen instead of on the right.

    I tried reducing the width of the content box to make room but I just can’t fix the problem.

    Can anyone help please.

    link: http://newebirl.ie/action/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m sorry but it is beyond the scope of these forums to deal with general CSS issues. Try a dedicated CSS resource such as http://www.css-discuss.org/ instead. In the meantime, using Firefox with the Firebug add-on for this kind of CSS work. Or use whatever developer tool is available in your web browser.
    http://getfirebug.com/

    And remember to validate your CSS & markup.

    is there any good reason why you have edited the css classes of the sidebar div?

    also, you seem to be using fixed widths in the styles – this is probably not useful in a responsive, i.e. flexible, theme.

    Usually, when I see the sidebar area “jump” to the bottom of the page (especially during custom development)… it is almost always an unclosed <div> tag somewhere in the code.

    Use firebug to check your code.. and make sure all div tags are properly closed.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Sidebar Problem’ is closed to new replies.