K2 Articles issue that occurs even on your demo site

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Jul 21, 2012 8:18 pm
Here’s an issue that comes straight from the installation. You have the same issue on your demo site. Try this link: http://demo.gavick.com/joomla16/nov2011 ... OfPageId30.

If you scroll all the way to the bottom and then click on “back to top” you will see how breadcrumbs get squeezed and gets hided under the menu.

In my case happens the same thing, except I don’t have breadcrumbs enabled. So when user clicks on “Be the first to comment!” in K2 article/item, the same issue occurs.

How can we fix this?
User avatar
Gold Boarder

Konrad M
Mon Jul 23, 2012 11:10 am
Hi,
please go to template.css and find
Code: Select all
#gkMain {
padding: 0;
overflow: hidden;
clear: both;
}

change it to:
Code: Select all
#gkMain {
padding: 0;
clear: both;
}

should help.
User avatar

GK User
Mon Jul 23, 2012 2:05 pm
Konrad M wrote:Hi,
please go to template.css and find
Code: Select all
#gkMain {
padding: 0;
overflow: hidden;
clear: both;
}

change it to:
Code: Select all
#gkMain {
padding: 0;
clear: both;
}

should help.


Konrad, I think it did the job. So far so good. Thank you!! :D
User avatar
Gold Boarder

GK User
Wed Jul 25, 2012 3:42 am
Konrad M wrote:Hi,
please go to template.css and find
Code: Select all
#gkMain {
padding: 0;
overflow: hidden;
clear: both;
}

change it to:
Code: Select all
#gkMain {
padding: 0;
clear: both;
}

should help.


Hi, Konrad. Now the part of the menu hides under the top portion where logo and search box are. Please click on "Be the first to comment!" and then "back to top" and you will see the issue. I am sorry for the inconvenience.

Thanks so much.
User avatar
Gold Boarder

GK User
Fri Jul 27, 2012 4:20 pm
romgavick wrote:
Konrad M wrote:Hi,
please go to template.css and find
Code: Select all
#gkMain {
padding: 0;
overflow: hidden;
clear: both;
}

change it to:
Code: Select all
#gkMain {
padding: 0;
clear: both;
}

should help.


Hi, Konrad. Now the part of the menu hides under the top portion where logo and search box are. Please click on "Be the first to comment!" and then "back to top" and you will see the issue. I am sorry for the inconvenience.

Thanks so much.


Konrad, any luck on this one?
User avatar
Gold Boarder

Konrad M
Mon Jul 30, 2012 11:39 am
Find this in template.css
Code: Select all
#mainContent {
background: white;
overflow: hidden;
}

and change to:
Code: Select all
#mainContent {
background: white;
}
User avatar

GK User
Mon Jul 30, 2012 10:09 pm
Konrad M wrote:Find this in template.css
Code: Select all
#mainContent {
background: white;
overflow: hidden;
}

and change to:
Code: Select all
#mainContent {
background: white;
}


Fixed!! Thank you-Thank you-Thank you! :D
User avatar
Gold Boarder

GK User
Fri Sep 21, 2012 5:58 pm
that solution worked for me too. Thanks a lot.
User avatar
Fresh Boarder


cron