Contact block is running into the side bar only on the front page. But not any other pages. Any Ideas? I took a look at the CSS and matched it up with the one on drupal.

CommentFileSizeAuthor
#1 elements-theme-error.jpg108.16 KBcsiga
elementtheme.jpg303.74 KBcwagner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

csiga’s picture

FileSize
108.16 KB

Hi

Reality problem. :(

Thank you.

cwagner’s picture

Any idea, when that will get fixed?

ipwa’s picture

Hey guys,

If anyone gives me a live link as to where this problem happens, it'll get fixed *a lot* quicker, because I don't have to reproduce the error in my local machine. Cheers.

csiga’s picture

Hi ipwa

Thank you your reply.

This is my page:

http://www.walk.hu/

Thank you again.

ipwa’s picture

Status: Needs review » Fixed

Hello! I found the problem, its in line 286 and I had solve this in my portfolio already: http://nic.ipwa.net

Find the line 286 and change the width (from 604px to 616px) and the padding (from 12px to 0 12px 12px 0;)

#single, #page, #postcomments, #content {
background:url(images/content.png) top left repeat;
width:616px;
margin:0 12px 12px 0;
padding:0 12px 12px 0;
float:left;
}

This has been committed to dev, so the next dev release of the theme should include these changes.
Please let me know if they bring issues to any other pages.
Cheers.

csiga’s picture

Thank you Nicolas!

My page is now very nice! :)

Cs

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.