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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | elements-theme-error.jpg | 108.16 KB | csiga |
| elementtheme.jpg | 303.74 KB | cwagner |
Comments
Comment #1
csiga commentedHi
Reality problem. :(
Thank you.
Comment #2
cwagner commentedAny idea, when that will get fixed?
Comment #3
ipwa commentedHey 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.
Comment #4
csiga commentedHi ipwa
Thank you your reply.
This is my page:
http://www.walk.hu/
Thank you again.
Comment #5
ipwa commentedHello! 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.
Comment #6
csiga commentedThank you Nicolas!
My page is now very nice! :)
Cs