faults with scaling and modules

  • vadimgeo
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 3 weeks ago #21581 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?

Please Log in to join the conversation.

More
12 years 3 weeks ago - 12 years 3 weeks ago #21583 by ivan.milic
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')
});
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.

  • vadimgeo
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 11 months ago #22457 by vadimgeo
It helped, thank you!

Please Log in to join the conversation.

Time to create page: 0.318 seconds
Powered by Kunena Forum