- Posts: 12
- Thank you received: 0
Strange display with user5 - 8
-
rruiten
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 5 months ago #3355
by rruiten
Strange display with user5 - 8 was created by rruiten
When i put a mod_custom on user5 and user 6 the same height is not the same and the padding on the right is less then left
When i put a third one on user 7 the same height problem is gone, but the padding problem remains.
Only with all places assigned a mod_custom, the image is normal.
I don't need all the positions all the time and the only way to solve the problem is putting a HTML empty mod_custom on the places not needed, but then the backgroundcolor apears.
Is this behavior by design ???
When i put a third one on user 7 the same height problem is gone, but the padding problem remains.
Only with all places assigned a mod_custom, the image is normal.
I don't need all the positions all the time and the only way to solve the problem is putting a HTML empty mod_custom on the places not needed, but then the backgroundcolor apears.
Is this behavior by design ???
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 5 months ago #3359
by milos
Replied by milos on topic Re: Strange display with user5 - 8
Please give me link of your site when I can see the problem.
Please Log in to join the conversation.
-
rruiten
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
14 years 5 months ago #3379
by rruiten
Replied by rruiten on topic Re: Strange display with user5 - 8
The link is the same as in my previuos topic:
Attached you'll find a zip file with screenshots enclosed.
I will write the behavior per screenshot:
site1.jpg
Normal behaviour with 4 mods on user5 - 8. Problem with padding seems ok
site2.jpg
same size error with 2 mods on user5 an user6. Problem with padding on the right side
site3.jpg
relative normal behaviour, user5 - 6 and 7 occupied bij mod. Problem with padding on the right side
site4.jpg normal behaviour, padding seems ok. user5 - 8 occupied. But user6 with empty mod.
site5.jpg odd behaviour, same size error with modules on user5 -6 and 8, padding seems ok
site6.jpg seems like the correct same height, but there are modules on user5 and 7, but the mode on user6 is not enabled. But it seems to be included in the calculations.
hopes this is helpfull
Attached you'll find a zip file with screenshots enclosed.
I will write the behavior per screenshot:
site1.jpg
Normal behaviour with 4 mods on user5 - 8. Problem with padding seems ok
site2.jpg
same size error with 2 mods on user5 an user6. Problem with padding on the right side
site3.jpg
relative normal behaviour, user5 - 6 and 7 occupied bij mod. Problem with padding on the right side
site4.jpg normal behaviour, padding seems ok. user5 - 8 occupied. But user6 with empty mod.
site5.jpg odd behaviour, same size error with modules on user5 -6 and 8, padding seems ok
site6.jpg seems like the correct same height, but there are modules on user5 and 7, but the mode on user6 is not enabled. But it seems to be included in the calculations.
hopes this is helpfull
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 4 months ago #3383
by milos
Replied by milos on topic Re: Strange display with user5 - 8
Please try to change in file template_css.css, around line 511, from
to
Code:
#c1,#c2,#c3 {
margin-left:15px;
padding:15px 0 5px 0;
}
Code:
#c1,#c2,#c3 {
margin:10px;
padding:15px 0 5px 0;
}
Please Log in to join the conversation.
-
rruiten
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
14 years 4 months ago #3385
by milos
Replied by milos on topic Re: Strange display with user5 - 8
It's probably a Javascript conflict on your site. Please check Error Console in Firefox.
Please Log in to join the conversation.
Time to create page: 0.111 seconds