Hi there,

I've got a css issue that breaks my blog view (see pics).

It only happens on the blog page and if I use the teaser view instead of full node view.

It may have something to do with the right sidebar as only happens when there is something on that bar.

As you can see on the right pic. The right sidebar shows underneath the content and the page background doesn't expand to the bottom of the page.

An suggestions of what can be happening?

Thanks

CommentFileSizeAuthor
#2 fixed.jpg27.48 KBmanoloka
#1 bitbetter.jpg99.71 KBmanoloka
prob1.jpg69.33 KBmanoloka

Comments

manoloka’s picture

StatusFileSize
new99.71 KB

I've sorted something but still more left.

Adding #footer { clear: both;} sorts the issue with the footer and puts it on its place and doesn't look like it's breaking anything else.

Any idea?

manoloka’s picture

StatusFileSize
new27.48 KB

Ok ... I fixed it :)

Forget about 1#, it isn't even a css issue at all.

It was a problem with the page.tpl.php, a <div/> in the wrong place,

This is what I did;

garland - page.tpl.php
+ 137  <div/>
- 148  <div/>

The way it was, the "rsidebar" was within the "primary", by changing that

, now the "rsidebar" is outside the "primary".

I don't know if this is a bug or it's meant to be like that but it fixes my problem and doesn't seem to break anything.

Do you know what I mean? See the pic to understand

If this is actually a bug and think that my solution is good, I'll be happy to write the patch ... if someone can direct me how to do so (a link to a good tutorial is enough).

Please let me know what you think.

Thanks

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.