- Posts: 2
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Solved Change width of default template
14 years 2 months ago #118389
by simbian
Change width of default template was created by simbian
I was using Joomla 1.5.x and Kunena 1.6.3 with default Blue Eagle template.
Now using Joomla 2.5.x and Kunena 1.7.2, i see difference in the width of the template.
First screen is the old default template
The second screen is the new default template
How i can have the width like in old default template.
I tried to modify components\com_kunena\template\default\css\kunena.forum.css in the main section from
to
but nothing change...
Any help?
Thanks!
Simone
Now using Joomla 2.5.x and Kunena 1.7.2, i see difference in the width of the template.
First screen is the old default template
The second screen is the new default template
How i can have the width like in old default template.
I tried to modify components\com_kunena\template\default\css\kunena.forum.css in the main section from
Code:
#Kunena {
padding: 0;
margin: 0;
line-height: 1.333em;
min-width:700px;
}
to
Code:
#Kunena {
padding: 0;
margin: 0;
line-height: 1.333em;
width: 500px !important;
}
but nothing change...
Any help?
Thanks!
Simone
Please Log in or Create an account to join the conversation.
14 years 2 months ago #118391
by simbian
Replied by simbian on topic Re: Change width of default template
ok i found the right css to modify with Firebug, solved!
Please Log in or Create an account to join the conversation.
14 years 1 month ago #119431
by nordica
Replied by nordica on topic Re: Change width of default template
and the answer was... LOL i hate this posts.
Please Log in or Create an account to join the conversation.
- Computer Candy
-
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
14 years 2 days ago - 14 years 2 days ago #123175
by Computer Candy
Replied by Computer Candy on topic Re: Change width of default template
Edit the css.
Here is the entry:
#Kunena {
min-width: 700px;
}
Just change 700px it to whatever you need.
Or add this with your changes to anywhere you like in the css:
#Kunena {
min-width: 700px !important;
}
Here is the entry:
#Kunena {
min-width: 700px;
}
Just change 700px it to whatever you need.
Or add this with your changes to anywhere you like in the css:
#Kunena {
min-width: 700px !important;
}
Last edit: 14 years 2 days ago by Computer Candy.
Please Log in or Create an account to join the conversation.
14 years 1 day ago - 14 years 1 day ago #123202
by sozzled
A word of caution whenever people read "edit the CSS" and especially where they may read "anywhere you like in the CSS": see msg #7 in
Kunena display width?
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Change width of default template
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 1 day ago by sozzled.
Please Log in or Create an account to join the conversation.
Time to create page: 0.246 seconds