Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

Template Not Responsive - Using Tables instead.

7 years 5 months ago - 4 years 7 months ago #396 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.
7 years 5 months ago #397 by Eugene S.
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
#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!
7 years 5 months ago #398 by
It worked! Thanks so much!
7 years 5 months ago #399 by Eugene S.
Great to hear! :-)
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.

Partners