- Posts: 2
- Thank you received: 0
- Forum
- Kunena in other languages
- Language Specific
- German
- German K 2.0 and K 1.7 Archive
- Abstand zwischen Menü und Forum ist zu groß
Kunena 5.2.8 released and Blue eagle 1.6.7 released (02 Jan 2022)
The Kunena team has announce the arrival of Kunena 5.2.8 [K 5.2.8] which is now available for download as a native Joomla extension for J! 3.10/3.9.x. This version addresses most of the issues that were discovered in K 5.2 and issues discovered during the development stages of previous version of K5.2.
If you are using blue template you need to update to 1.6.7 version to ensure to have a compatible version with K5.2.8.
Important note: (07 Jan 2022) If you have created a Kunena custom.css, create a backup of it. Due to an error, this file will be deleted during an upgrade.
Eröffnet dazu bitte ein eigenes neues Thema.
Question Abstand zwischen Menü und Forum ist zu groß
sorry for my bad English - I do my best.
Please go to my New Page and look at the left Side Forum.
www.wächter-des-jenseits.de
There are two things which are bad.
- Why ist there so many space to the first thread?
- Instead of Aktuel it should stand at Index.
Who can help me please.
Nice day ...
Ciao Broach
Please Log in or Create an account to join the conversation.
Search in your Joomla template the template.css and add at the end following code:
#Kunena {float: left !important;}
PS: Du kannst auch hier Fragen stellen.
www.kunena.org/forum/36-german
Please Log in or Create an account to join the conversation.
habs ganz oben und unten auch nochmal eingeführt,
bringt leider nichts.
Das mit dem Index hab ich hinbekommen.
Danke dir.
/*Code by Juergen Koller
author url: http//www.lernvid.com
copyright: Lernvid.com - Lernvideos Tutorials Templates PSD-Files und mehr...
*/
#Kunena {float: left !important;}
#left_border {
width: 100%;
text-align: left;
background-repeat: repeat-y;
margin: 0 auto;
}
#right_border {
background-repeat: repeat-y;
background-position: right;
}
#bottom {
background-repeat: repeat-x;
background-position: bottom;
width: 1000px;
}
#bottom_right {
background-repeat: no-repeat;
background-position: bottom right;
}
#bottom_left {
background-repeat: no-repeat;
background-position: bottom left;
}
#header {
background: #000;
height: 37px;
background-image: url(../images/header_bg_01.jpg);
line-height: 30px;
padding: 0 15px 0 15px;
font-size: 24px;
color: #d90000;
text-indent:20px
}
#date {
font-size: 11px;
float: left;
color: #777700;
margin-right: 20px;
}
#pathway {
float: left;
color: #777700;
font-weight: bold;
font-size: 11px;
height: 36px;
line-height: 36px;
}
#pathway a {
color: #50500c;
height: 36px;
line-height: 36px;
}
#search_out {
float: right;
background-image: url(../images/search.png);
background-repeat: no-repeat;
width: 197px;
height: 37px;
padding-right:50px;
}
#search {
margin: 9px 0 7px 45px;
}
#search input,
#search .inputbox {
float: left;
margin: 0;
background: none;
border: none;
padding: 0;
}
#banner_out {
background-repeat: repeat-x;
height: 275px;
width: 100%;
}
#banner_in {
float: left;
color: #000;
height: 275px;
font-size: 26px;
background-repeat: no-repeat;
background-position: left;
width: 100%;
font-family: Verdana, Arial, sans-serif;
}
#banner {
float: right;
padding: 30px 30px 0px 0px;
}
.sitetitle {
float: left;
text-indent: 22px;
padding-top: 245px;
font-variant:small-caps;
color: #d88e00;
font-family: Baskerville Old Face, Tahoma, Helvetica, sans-serif;
}
#topmenu_out {
height: 38px;
background-repeat: repeat-x;
}
#topmenu_left {
height: 38px;
background-repeat: no-repeat;
}
#topmenu_right {
height: 38px;
background-repeat: no-repeat;
background-position: right;
}
#topmenu {
height: 33px;
color: #000;
text-align: left;
padding: 4px 27px 0px 27px;
float: left;
font-variant:small-caps;
}
#topmenu ul,
#topmenu li {
display: inline;
padding: 0px;
margin: 0px;
list-style-type: none;
}
#topmenu a {
color: #ffb019;
float: left;
height: 38px;
border: none;
background: none;
font-size: 12px;
font-family: Tahoma, Arial,Verdana ;
padding: 0px 14px;
line-height: 33px;
font-weight: bold;
}
#topmenu a:hover,
#topmenu #active_menu,
#topmenu li#current a {
text-decoration: underline;
background-image: url(../images/topmenu_over.png);
color: #ffd700;
background-repeat: repeat-x;
}
#container {
padding-bottom: 10px;
}
#maincontent {
padding: 0px 16px;
}
#left_out {
width: 188px;
float: left;
padding: 0;
margin: 0;
}
#right_out {
width: 182px;
float: right;
padding: 0;
margin: 0;
}
#left_out ul, #left_out li, #right_out ul, #right_out li {
list-style-type: none;
padding: 0;
margin: 0;
}
#left_out ul.menu li a,
#left_out ul.menu li#current a,
#left_out a.mainlevel,
#right_out ul.menu li a,
#right_out ul.menu li#current a,
#right_out a.mainlevel {
display: block;
height: 25px;
line-height: 25px;
background-repeat: no-repeat;
background-position: left;
width: 172px;
font-size: 12px;
!important;
font-weight: normal;
text-indent: 20px;
!important;
}
#left_out ul.menu a:hover,
#right_out ul.menu a:hover,
#left_out a.mainlevel:hover,
#right_out a.mainlevel:hover,
#left_out #active_menu,
#right_out #active_menu,
#left_out ul.menu li#current a,
#right_out ul.menu li#current a {
background-image: url(../images/mainlevel_over.png);
text-decoration: none;
background-repeat: no-repeat;
background-position: left;
color: #777700; !important;
}
#left_out a.sublevel,
#left_out ul.menu li#current li a,
#left_out ul.menu li li a,
#left_out ul.menu li li#current a,
#left_out ul.menu li li#current li a,
#left_out ul.menu li li li a,
#right_out a.sublevel,
#right_out ul.menu li#current li a,
#right_out ul.menu li li a,
#right_out ul.menu li li#current a,
#right_out ul.menu li li#current li a,
#right_out ul.menu li li li a {
background-repeat: no-repeat;
height: 20px;
line-height: 20px;
background-position: left;
text-indent: 20px;
!important;
border: none;
display: block;
}
#left_out a.sublevel#active_menu,
#right_out a.sublevel#active_menu,
#left_out a.sublevel:hover,
#right_out a.sublevel:hover,
#left_out ul.menu li#current li a,
#left_out ul.menu li li#current a,
#left_out ul.menu li li#current li a,
#right_out ul.menu li#current li a,
#right_out ul.menu li li#current a,
#right_out ul.menu li li#current li a,
#left_out ul.menu li#current a:hover,
#right_out ul.menu li#current a:hover,
#left_out ul.menu li li a:hover,
#right_out ul.menu li li a:hover{
text-decoration: none;
background-repeat: no-repeat;
background-position: left;
color: #ffffff; !important;
}
#left_out .module,
#right_out .module,
#left_out .moduletable,
#right_out .moduletable,
#left_out .module_menu,
#right_out .module_menu,
#left_out .module_text,
#right_out .module_text {
background-repeat: repeat-y;
margin-top: 5px;
}
#left_out .module div,
#right_out .module div,
#left_out .moduletable div,
#right_out .moduletable div,
#left_out .module_menu div,
#right_out .module_menu div,
#left_out .module_text div,
#right_out .module_text div {
background-position: bottom;
background-repeat: no-repeat;
width: 182px
}
#left_out .module div div,
#right_out .module div div,
#left_out .moduletable div div,
#right_out .moduletable div div,
#left_out .module_menu div div,
#right_out .module_menu div div,
#left_out .module_text div div,
#right_out .module_text div div {
background-position: top;
background-repeat: no-repeat;
}
#left_out .module div div div,
#right_out .module div div div,
#left_out .moduletable div div div,
#right_out .moduletable div div div,
#left_out .module_menu div div div,
#right_out .module_menu div div div,
#left_out .module_text div div div,
#right_out .module_text div div div{
background: none;
padding: 5px 5px 10px 5px;
overflow: hidden;
width: 172px;
}
#left_out .module div div div div,
#right_out .module div div div div,
#left_out .moduletable div div div div,
#right_out .moduletable div div div div,
#left_out .module_menu div div div div,
#right_out .module_menu div div div div,
#left_out .module_text div div div div,
#right_out .module_text div div div div {
padding: 0;
}
#left_out h3,
#right_out h3 {
height: 35px;
width: 172px;
background-repeat: no-repeat;
color: #777700;
line-height: 35px;
text-indent: 8px;
font-variant:small-caps;
padding: 0;
margin: 5px 0px 5px 5px;
font-size: 14px;
font-weight: bold;
}
#content_outleft,
#content_outmiddle,
#content_outright {
margin: 0 0 10px 0;
padding-top: 5px;
}
#content_outleft {
margin: 0 0 0 188px;
}
#content_outmiddle {
margin: 0 188px;
}
#content_outright {
margin: 0 188px 0 0;
}
#content {
background-repeat: repeat-x;
background-position: bottom;
width: 100%;
}
#content_border_left {
background-repeat: repeat-y;
background-position: top left;
}
#content_border_right {
background-repeat: repeat-y;
background-position: top right;
}
#content_bottom_right {
background-repeat: no-repeat;
background-position: bottom right;
}
#content_bottom_left {
background-repeat: no-repeat;
background-position: bottom left;
padding: 3px 5px 5px 5px;
}
.user_bg,
.user_left,
.user_right {
height: 148px;
}
.user_bg {
margin: 0 0 10px 0;
padding: 0;
background-repeat: repeat-x;
width: 100%;
}
.user_left {
background-repeat: no-repeat;
background-position: left top;
}
.user_right {
background-repeat: no-repeat;
background-position: right top;
}
.user_bg .topmodule_usertwo {
width: 45%;
height: 140px;
margin: 0px;
float: left;
padding: 0px;
}
.user_bg .topmodule_userone {
width: 100%;
height: 140px;
margin: 0px;
float: left;
padding: 0px;
}
.user_bg ul,
.user_bg li {
margin: 0px;
padding: 0px;
list-style-type: square;
}
.user_bg th,
.user_bg h3 {
height: 28px;
line-height: 30px;
font-size: 16px;
color: red;
padding: 0px 5px;
font-family: Baskerville Old Face, Helvetica, Sans-Serif;
margin: 0 0 5px 0;
font-weight: normal;
font-variant:small-caps;
}
.user_bg .user_inside {
margin: 5px 5px 5px 20px;
height: 136px;
overflow: hidden;
}
.user_bg .user_inside1 {
margin: 5px 5px 5px 30px;
height: 136px;
overflow: hidden;
}
.separator {
width: 2%;
min-width: 22px;
height: 140px;
float: left;
background-repeat: no-repeat;
background-position: top center;
}
#user_bottom {
padding: 0px 16px;
margin-top: 5px;
}
#user_bottom .user_bg {
margin: 0;
}
.user_bg .bottom_user, .user_bg .bottom_user1, .user_bg .bottom_user2, .user_bg .bottom_user3 {
width: 30%;
height: 140px;
margin: 0px;
float: left;
padding: 0px;
}
.user_bg .bottom_user1 {
width: 100%;
}
.user_bg .bottom_user2 {
width: 45%;
}
.user_bg .bottom_user3 {
width: 30%;
}
.user_bg .bottom_user1 {
width: 30%;
height: 140px;
margin: 0px;
float: left;
padding: 0 0 0 15px;
}
#footer {
background-color: #000;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
color: #e9790d;
text-align: center;
padding: 110px 0px 0px 0px;
font-family: Tahoma, Arial, Verdana;
height: 100px;
}
#copy {
float: center;
font-size: 11px;
font-variant:small-caps;
padding-left: 10px;
}
#othermenu {
float: center;
overflow: hidden;
font-size: 10px;
}
#othermenu_in ul,
#othermenu_in li {
list-style-type: none;
margin: 0;
padding: 0;
display: inline;
}
#othermenu_in {
margin-right: -2px;
float: center;
}
#othermenu_in a {
color: #d88e00;
border-right: 1px solid #8B8B8B;
padding: 0px 20px;
}
.clr {
clear:both;
}
body {
font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
background: #000;
background-image: url(../images/bg_01.jpg);
background-position: center top;
margin: auto;
padding: 0;
text-align: center;
color: #cccccc;
width: 1000px;
}
p, td, tr {
font-size: 11px;
padding: 0;
margin: 20px 10px;
font-family: Tahoma, Arial, Verdana;
}
ul {
margin: 0px;
padding: 0px 0px 0px 18px;
list-style-type: square;
}
a:link, a:visited {
color: olive;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.button {
color: #51500c;
padding: 3px 5px;
background-image: url(../images/button.jpg);
background-repeat: repeat-x;
background-color: #fff;
margin: 5px 0px;
border: 1px solid #51500c;
font-family: Tahoma, Arial, Verdana;
font-size: 12px;
font-weight: bold;
}
.inputbox, input {
border: 1px solid #cccccc;
}
.input, img {
border: none;
}
.search {}
a.readon {
background-image: url(../images/readon.gif);
background-repeat: no-repeat;
height: 20px;
width: 102px;
color: #b8860b;
float: left;
text-indent: 25px;
line-height: 20px;
margin: 10px 0 0 0;
padding:2px;
font-size: 11px;
}
.back_button {
background-image: url(../images/backbutton.gif);
height: 20px;
line-height: 20px;
width: 102px;
text-indent: 25px;
color: #b8860b;
font-size: 11px;
margin-top: 5px;
}
.back_button a:link {
color: #000;
}
.componentheading {
background-image: url(../images/componentheading.jpg);
height: 31px;
line-height: 20px;
padding: 0px 20px;
color: silver;
font-weight: bold;
font-variant:small-caps;
font-size: 20px;
font-family: Baskerville Old Face, Helvetica, sans-serif;
}
.contentheading, .contentheading a {
font-size: 18px;
font-family: Baskerville Old Face, Arial, sans-serif;
font-variant:small-caps;
color: #d7cea4;
text-indent: 10px;
}
.contentdescription {
padding: 10px;
}
.sectiontableheader {
padding: 3px 5px;
background-color: #101010;
color: #760000;
font-size: 15px;
}
.sectiontableentry1,
.sectiontableentry2 {
background-repeat: repeat-x;
height: 26px;
line-height: 26px;
font-size: 12px;
text-indent: 5px;
background-position: bottom;
background-color: #000;
}
.createdate,
.small {
font-size: 10px;
color: #999999;
text-indent: 10px;
}
#Kunena {float: left !important;}
Please Log in or Create an account to join the conversation.
you have insert the code in a wrong file.
The right pad is:
/templates/world_of_warcraft_lernvid.com_flash/css/template.css
Nachtrag:
Zumindest kann ich den Eintrag in deiner CSS nicht finden.
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and

Please Log in or Create an account to join the conversation.
ich habe dein Thema ins German Forum verschoben und den Titel geändert.
Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Kunena in other languages
- Language Specific
- German
- German K 2.0 and K 1.7 Archive
- Abstand zwischen Menü und Forum ist zu groß