strange behavior when publish in "right" position

  • mauriziosavoni
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 8 months ago #1051 by mauriziosavoni
Hi, i have this strange rendering of the module when it is published on the right position of my template.

I've checked and there is no java conflict problem, because when i publish the same module on the "above" position it works correctly.

This is the url of my site (testbed not production)

testbed.liberopensare.com/index.php/biblioteca

Any help appreciated.

Thank you

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #1052 by mmmaug1977
Hi,

This is a CSS issue.

the CSS rules for ".sidebar ul li a" form your template's theme.css file overrides those rules from the module css file.

I think you this can be fixed by adding this code to your tmeplate's theme.css file
Code:
.jstree a { color: black; display: inline-block; height: 16px; line-height: 16px; margin: 0; padding: 1px 2px; text-decoration: none; white-space: nowrap; }

please let me know what do you find?
The following user(s) said Thank You: mauriziosavoni

Please Log in or Create an account to join the conversation.

  • mauriziosavoni
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 8 months ago #1053 by mauriziosavoni
Replied by mauriziosavoni on topic Re: strange behavior when publish in "right" position
Thank you for the quick reply,

i've made this changes you suggest, but it seems to be the same that before.

Problem still present

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #1054 by mmmaug1977
Hi maurizio,

May be using module class suffix can fix this issue.

I will check and get back to you asap.

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #1055 by mmmaug1977
hi

please make it
Code:
.jstree ul li a

instead of
Code:
.jstree a

Please Log in or Create an account to join the conversation.

  • mauriziosavoni
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 8 months ago #1056 by mauriziosavoni
Replied by mauriziosavoni on topic Re: strange behavior when publish in "right" position
hi Sir, the problem persist, i've got little better result with this code:
Code:
.jstree ul li li a

but it's still far from the right aspect.

Thank you for investigating

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #1057 by mmmaug1977
Hi maurizio,

I tried as much as I can to help in fixing this problem, although its a template problem and out of the module support.

Unfortunately, it requires many times of try and error to adjust the layout.

If you can give me FTP access, I can try to fix it.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum