I've noted that recently the front page of my Drupal based web site shows the blocks, that normally should be shown on the right side, on the left side, at the complete bottom.

In other pages different from the front one, this doesn't happen.

May you suggest me which could be the cause?

Best regards,
Michele.

Comments

balabalaji’s picture

hai,

please check the following options in each block:

1.Show in every page except the listed pages
2.Show only in the listed pages

Thanks

balaji

michemon’s picture

This has been already checked.

Thanks,
Michele.

dheeraj.dagliya’s picture

You mean some blocks are shown at the bottom of home page, which should have appeared in right & left navigation.
There could be multiple reasons but appears to me is the CSS issue.
Check if your theme has a separate front-page.tpl.php file, probably its structure is different from page.tpl.php and hence a different set of CSS class applies to it. May need modification in the properties of these classes.

michemon’s picture

your understanding is right: some blocks are shown at the left bottom of home page, which should have appeared in right navigation.

I checked and my theme doesn't have a separate front-page.tpl.php.

Best regards,
Michele.

michemon’s picture

It happens also one more strange thing.

If I change the theme, this will not change for the front page...

Regards,
Michele.

erevos-1’s picture

Hi there

i experienced a similar problem :
when i added an entry in a table on my site's page (not main) the left and right navigation blocks were shown at the bottom of a page.
I found out (by checking the page.tpl file mentioned above) that the cell-padding property was causing all the fuss - in my case it had a value of 3 when it should have been 0.

Hope this helps :)