- Posts: 25
- Thank you received: 0
Kunena Forum module is too large
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
12 years 8 months ago #16948
by fdussaussoy
Kunena Forum module is too large was created by fdussaussoy
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #16955
by ivan.milic
Replied by ivan.milic on topic Re: Kunena Forum module is too large
Maybe, but not without link
Please Log in to join the conversation.
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
12 years 8 months ago #16981
by fdussaussoy
Replied by fdussaussoy on topic Re: Kunena Forum module is too large
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago - 12 years 8 months ago #16996
by ivan.milic
Replied by ivan.milic on topic Re: Kunena Forum module is too large
Open
test.ce-ifcam.wytaa.fr/components/com_ku...kunena.forum-min.css
It is packed and it's hard to read. This is entry you need:
#Kunena {
padding: 0;
margin: 0;
line-height: 1.333em;
min-width: 700px;
}
css packing involves mostly blank spaces removal if you will use searching.You can just add override on some other css file:
#Kunena {
min-width: 500px!important;
}
You can set min-width: 500px; and that will put it in place, BUT! better you make your site wider or remove left bar because it maybe needs 700 and you may have bigger problems.
test.ce-ifcam.wytaa.fr/components/com_ku...kunena.forum-min.css
It is packed and it's hard to read. This is entry you need:
#Kunena {
padding: 0;
margin: 0;
line-height: 1.333em;
min-width: 700px;
}
css packing involves mostly blank spaces removal if you will use searching.You can just add override on some other css file:
#Kunena {
min-width: 500px!important;
}
You can set min-width: 500px; and that will put it in place, BUT! better you make your site wider or remove left bar because it maybe needs 700 and you may have bigger problems.
Last edit: 12 years 8 months ago by ivan.milic.
Please Log in to join the conversation.
-
fdussaussoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 25
- Thank you received: 0
12 years 8 months ago #17028
by fdussaussoy
Replied by fdussaussoy on topic Re: Kunena Forum module is too large
You're right, min-width: 500px put it in place but alignement problems...
It would be better to remove left modules on all the /forum/ pages ? But how to ?
Sorry for my novices questions...
And thank you for your help
François
It would be better to remove left modules on all the /forum/ pages ? But how to ?
Sorry for my novices questions...
And thank you for your help
François
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
12 years 8 months ago #17030
by milos
Replied by milos on topic Re: Kunena Forum module is too large
When you edit each module, you can select on what pages to enable it. So, just deselect the left modules from the Kunena's menu items.
Please Log in to join the conversation.
Time to create page: 0.243 seconds