Title and details extending across columns in topic listing
Title and details extending across columns in topic listing
5 years 2 months ago
Hi
When listing topics the total and details column extends across to the statistics columns. This occurs to all topic listings in Category, MyTopics and Recent Topics.
See attached screen grab.
Please can you correct this to make sure that this does not happen?
When listing topics the total and details column extends across to the statistics columns. This occurs to all topic listings in Category, MyTopics and Recent Topics.
See attached screen grab.
Please can you correct this to make sure that this does not happen?
Please Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months ago - 5 years 2 months ago
Hi Sekulla,
Thank you about bug report. It's the issue of our template and we will fix in next version. Please follow some below steps to quick fix this issue on your website.
- Step 1: Create the style file with named nts_ktrend_custom.css.
- Step 2: Copy below CSS rules to nts_ktrend_custom.css file.
- Step 3: Copy(upload) the nts_ktrend_custom.css file to the css folder of current joomla template.
- Steps 4: Reload your website to view all changes.
PS: Please let us know if it does not work on your website.
Best regards,
Thank you about bug report. It's the issue of our template and we will fix in next version. Please follow some below steps to quick fix this issue on your website.
- Step 1: Create the style file with named nts_ktrend_custom.css.
- Step 2: Copy below CSS rules to nts_ktrend_custom.css file.
Code:
@media screen and (min-width: 768px) {
body #kunena.layout ul.topic-list li {
padding-right: 220px;
}
}
- Step 3: Copy(upload) the nts_ktrend_custom.css file to the css folder of current joomla template.
- Steps 4: Reload your website to view all changes.
PS: Please let us know if it does not work on your website.
Best regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 5 years 2 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months ago
Hi Thank you,
I tried this and placed it both in the Protostar template folder and the css folder. This made no change. I also tried adding this to the KTrend template custom.css and this also made not change.
I tried this and placed it both in the Protostar template folder and the css folder. This made no change. I also tried adding this to the KTrend template custom.css and this also made not change.
Please Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months ago
Hi,
Please post your website url here. I'll help you check the issue.
Thanks
Please post your website url here. I'll help you check the issue.
Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months agoPlease Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months ago
I sent you admin access by email.
Please Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months ago
Thank you very much about your information. I added new style file in the Adonis_village template. It's working fine on your site.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Please Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months ago
Hi,
I manged to get it to work.
I used
body #kunena.layout ul.topic-list li {padding-right: 220px;}
In the Kunena template custom css file.
Thanks
I manged to get it to work.
I used
body #kunena.layout ul.topic-list li {padding-right: 220px;}
In the Kunena template custom css file.
Thanks
Please Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months ago
OH
I think our messages get crossed. We both made changes in parallel, you on the Joomla template and me on the Kunena template.
Can you let me know what change you made so that I can carry it across to the live site or send an updated template installation.
Thanks
I think our messages get crossed. We both made changes in parallel, you on the Joomla template and me on the Kunena template.
Can you let me know what change you made so that I can carry it across to the live site or send an updated template installation.
Thanks
Please Log in or Create an account to join the conversation.
Re: Title and details extending across columns in topic listing
5 years 2 months ago - 5 years 2 months ago
Hi,
I added a style file (nts_ktrend_custom.css) in to the "[root]/templates/Adonis_village/css/" path. My code loads the custom file in the active joomla template. I decrease the padding right to the 180px because 220px is too big.
Best regards,
I added a style file (nts_ktrend_custom.css) in to the "[root]/templates/Adonis_village/css/" path. My code loads the custom file in the active joomla template. I decrease the padding right to the 180px because 220px is too big.
Best regards,
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 5 years 2 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Time to create page: 0.478 seconds