Closed (fixed)
Project:
Elements Theme
Version:
6.x-1.3-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2010 at 04:27 UTC
Updated:
3 Feb 2010 at 14:20 UTC
Jump to comment: Most recent file
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