- Forum
- Products for Joomla
- Kunena 4.x templates
- RND Kelegant
- Template Not Responsive - Using Tables instead.
Template Not Responsive - Using Tables instead.
-
Topic Author
- Visitor
-
7 years 5 months ago - 4 years 7 months ago #396
by
Template Not Responsive - Using Tables instead. was created by
Hi There,
My template is not responsive. It has that scroll table thing going on when I open it on the mobile. I can't see all of the content unless I scroll to the side.
I'm using the KElegant template and the forum can be found at [URL]
Please help urgently.
My template is not responsive. It has that scroll table thing going on when I open it on the mobile. I can't see all of the content unless I scroll to the side.
I'm using the KElegant template and the forum can be found at [URL]
Please help urgently.
Last edit: 4 years 7 months ago by Eugene S.. Reason: Broken URL
- Eugene S.
-
- Offline
- Administrator
-
7 years 5 months ago #397
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: Template Not Responsive - Using Tables instead.
Hello LukeVenter,
It occurs due to current Joomla template which affect some styles. Please add the following code in /components/com_kunena/template/rnd_kelegant/css/custom.css
It should help. Please let me know about the result.
Regards,
Eugene.
It occurs due to current Joomla template which affect some styles. Please add the following code in /components/com_kunena/template/rnd_kelegant/css/custom.css
#gkMainbody div#Kunena table tbody,
#gkMainbody div#Kunena table thead,
#gkMainbody div#Kunena table tfoot {
width: 100%!important;
display: block;
}
#gkMainbody div#Kunena table{
width: 100%!important;
display: block;
padding: 0;
overflow:inherit;
-webkit-overflow-scrolling:none;
}
It should help. Please let me know about the result.
Regards,
Eugene.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
-
Topic Author
- Visitor
-
7 years 5 months ago #398
by
Replied by on topic Re: Template Not Responsive - Using Tables instead.
It worked! Thanks so much!
- Eugene S.
-
- Offline
- Administrator
-
7 years 5 months ago #399
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Replied by Eugene S. on topic Re: Template Not Responsive - Using Tables instead.
Great to hear! 
Do not hesitate to contact us in any questions.
Regards,
Eugene.

Do not hesitate to contact us in any questions.
Regards,
Eugene.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Moderators: Eugene S.