Problem with css
Problem with css
10 years 10 months ago
hi, i purchased this template, but i have some problem with css in my website.
the div class="kcol-mid kcol-kcatlastpost" is big and come outs from the edges.
the button of karma is not present
the div class="kcol-mid kcol-kcatlastpost" is big and come outs from the edges.
the button of karma is not present
Please Log in or Create an account to join the conversation.
Re: Problem with css
10 years 10 months ago
Hi Martin,
I have checked this problem on your site and sent a email to your mailbox. Please provide me the your site information. I will try to check and solve this problem.
Regards,
I have checked this problem on your site and sent a email to your mailbox. Please provide me the your site information. I will try to check and solve this problem.
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.
Please Log in or Create an account to join the conversation.
Re: Problem with css
10 years 10 months ago
Hi,
Please create a style file with named nts-kmaterial-custom.css and paste below CSS rules to that file.
Save and upload nts-kmaterial-custom.css file to the "[root]/templates/purity_iii/css" path. Back to front-end to refresh your site when you finish.
Hope this helps.
Please create a style file with named nts-kmaterial-custom.css and paste below CSS rules to that file.
Code:
#Kunena #kprofilebox span .inputbox {
background: transparent;
border: 1px solid #333;
}
/* Fix for image does not fit content */
#Kunena .kmsgimage img {
max-width: 200px;
}
#Kunena table.kmsg td {
border-top: 0;
}
#Kunena .kmsg .kmessage-thankyou {
border-top: 1px solid #333;
}
Save and upload nts-kmaterial-custom.css file to the "[root]/templates/purity_iii/css" path. Back to front-end to refresh your site when you finish.
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 **
Please Log in or Create an account to join the conversation.
Re: Problem with css
10 years 10 months ago
Now the pictures are very small.They must adapt to the width of the body
Please Log in or Create an account to join the conversation.
Re: Problem with css
10 years 10 months ago
Hi,
Please send me issue's url again. I can't view this page when I click to old link.
Thanks
Please send me issue's url again. I can't view this page when I click to old link.
Thanks
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.
Please Log in or Create an account to join the conversation.
Re: Problem with css
10 years 10 months ago
Hi,
Thank you about your information. Open the nts-kmaterial-custom.css file and update new css rule for attachment image.
Refresh your forum to view all changes.
Best regards,
Thank you about your information. Open the nts-kmaterial-custom.css file and update new css rule for attachment image.
Code:
/* Fix for image does not fit content */
#Kunena .kmsgimage img {
max-width: 920px;
}
Refresh your forum to view all changes.
Best 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.
Please Log in or Create an account to join the conversation.
Re: Problem with css
10 years 10 months ago
Hi,
Please add below CSS rules to the nts-kmaterial-custom.css file.
Please add below CSS rules to the nts-kmaterial-custom.css file.
Code:
@media (max-width: 768px) {
#Kunena .kmsgimage img {
width: 100%;
}
}
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.
Time to create page: 0.496 seconds