Error new topic layout
S
Topic Author
Please Log in or Create an account to join the conversation.
S
Topic Author
Please Log in or Create an account to join the conversation.
Re: Error new topic layout
10 years 4 months ago - 10 years 4 months ago
Hi,
The create new topic page is working fine on mobile when we test on my devices. So we think, we need improve more style to this page. We will apply this style to next version of the NTS KSliver, so you can use it to fix your issue now.
Open the custom.css file and add below CSS rules to the bottom of file.
Save and refresh the create new topic page to view changes
Hope this helps
The create new topic page is working fine on mobile when we test on my devices. So we think, we need improve more style to this page. We will apply this style to next version of the NTS KSliver, so you can use it to fix your issue now.
Open the custom.css file and add below CSS rules to the bottom of file.
Code:
@media screen and (max-width: 480px) {
#Kunena table#kpostmessage {
display: block;
}
#Kunena table#kpostmessage tr,
#Kunena table#kpostmessage th,
#Kunena table#kpostmessage td {
box-sizing: border-box;
display: block;
overflow: hidden;
text-align: left !important;
width: 100% !important;
}
#Kunena table#kpostmessage td.kcol-last {
border-left: 0;
}
/* Recent post */
#Kunena .kflat #kflattable td.hidden-phone,
#Kunena .kflat #kflattable td.kcol-ktopiclastpost {
display: none !important;
}
}
Save and refresh the create new topic page to view changes
Hope this helps
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Last edit: 10 years 4 months ago by Huyen Nguyen.
The following user(s) said Thank You: specialworld83
Please Log in or Create an account to join the conversation.
S
Topic Author
Please Log in or Create an account to join the conversation.
Re: Error new topic layout
10 years 4 months ago
Hi,
I have just updated above CSS rules. Update to the custom.css file to solve your issue.
Regards,
I have just updated above CSS rules. Update to the custom.css file to solve your issue.
Regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
S
Topic Author
Please Log in or Create an account to join the conversation.
Re: Error new topic layout
10 years 4 months ago
Hi,
Add more to above CSS rules to solve the Page search layout.
Add more to above CSS rules to solve the Page search layout.
Code:
...
#Kunena table#kforumsearch {
display: block;
}
#Kunena table#kforumsearch tbody,
#Kunena table#kforumsearch tr,
#Kunena table#kforumsearch th,
#Kunena table#kforumsearch td {
display: block;
}
#Kunena table#kforumsearch input,
#Kunena table#kforumsearch select {
margin-bottom: 10px !important;
}
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
S
Topic Author
Re: [RESOLVE] Error new topic layout
10 years 4 months ago
Thanks for the help , now everything is solved .
Please Log in or Create an account to join the conversation.
Time to create page: 0.259 seconds