1. In content view (between 1 and 10 page is ok) but >11 page NOT
1 to 10 - OK
11 to ... - Bad DIV
2. In Kunena is same problem
Tested on firefox and google chrome - similar effect on both web browsers - and please don't tell me it's a problem with joomla or kunene becouse before everything was ok.
EDIT: Before changing template (from Comuna3)
EDIT2: I found solution for Kunena
Change (gk_quay/css/template.css):
- Code: Select all
select {
padding:5px;
width:90%;
margin-bottom: 5px;
}
To:
- Code: Select all
select {
padding:5px;
margin-bottom: 5px;
}