- Posts: 7
- Thank you received: 0
faults with scaling and modules
-
vadimgeo
Inactive member - Topic Author
- New Member
Less
More
12 years 3 weeks ago #21581
by vadimgeo
faults with scaling and modules was created by vadimgeo
1. fault with scaling of the site. Go there
www.dobrochyn.org/
and scale the size of the site (for example in Google Chrome. At the 75% the right column go down-left and this is problem. Can you correct it?
2. fault with modules. Check same site www.dobrochyn.org/ and down right - you can see modules which were defined for position "right" at your template, but not at this page. It looks like really awful, can you correct it?
2. fault with modules. Check same site www.dobrochyn.org/ and down right - you can see modules which were defined for position "right" at your template, but not at this page. It looks like really awful, can you correct it?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 weeks ago - 12 years 3 weeks ago #21583
by ivan.milic
Replied by ivan.milic on topic faults with scaling and modules
Open :
templates\hot_flashes\flashes_menu\menu.js
around line 31:
jQuery("#flashes.menu > li, #flashes.menu > li > a").css({
width: (String(ItemWidth) + 'px')
});
modify like this:
jQuery("#flashes.menu > li, #flashes.menu > li > a").css({
width: (String(ItemWidth - 1) + 'px')
});
templates\hot_flashes\flashes_menu\menu.js
around line 31:
jQuery("#flashes.menu > li, #flashes.menu > li > a").css({
width: (String(ItemWidth) + 'px')
});
modify like this:
jQuery("#flashes.menu > li, #flashes.menu > li > a").css({
width: (String(ItemWidth - 1) + 'px')
});
Last edit: 12 years 3 weeks ago by ivan.milic.
The following user(s) said Thank You: vadimgeo
Please Log in to join the conversation.
Time to create page: 0.318 seconds