Buttons too large
Buttons too large
5 years 4 months ago - 5 years 4 months ago
Hi
I am using a YOOTHEME UIKIT theme.
I notice that the buttons on your kunena model are too big and unpleasant to see.
They eat all the space and break the order of design.
Do you have any idea about how I can remedy this problem, or better if you can make your themes compatible with UIKIT too.
The image does not convey the idea, but they are twice the size of what you use on this forum
Thanks
I am using a YOOTHEME UIKIT theme.
I notice that the buttons on your kunena model are too big and unpleasant to see.
They eat all the space and break the order of design.
Do you have any idea about how I can remedy this problem, or better if you can make your themes compatible with UIKIT too.
The image does not convey the idea, but they are twice the size of what you use on this forum
Thanks
Last edit: 5 years 4 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Re: Buttons too large
5 years 4 months ago
Hi Miri,
I think, there are some conflict style. Please send me the your site url, I'll try to debug and improve style for our template.
Best regards,
I think, there are some conflict style. Please send me the your site url, I'll try to debug and improve style for our template.
Best regards,
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: Buttons too large
5 years 4 months ago
You will see that I added a small custom css to get around this a bit (but I don't even know if it is correct).
I made the addition via custom.css
Thanks
An example of a page is this
Code:
#kunena.layout .kbutton, #kunena.layout .btn-default {
font-size: 15px;
line-height: inherit;
}
I made the addition via custom.css
Thanks
An example of a page is this
This message contains confidential information
The following user(s) said Thank You: ntstore
Please Log in or Create an account to join the conversation.
Re: Buttons too large
5 years 4 months ago
Great, It has really match your website. Beautiful website and nice forum.
Thanks
Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: Miri
Please Log in or Create an account to join the conversation.
Re: Buttons too large
5 years 4 months ago
I am very pleased, but the merit of the forum is of the best templates that there are for kunena. You managed to give kunena a truly professional and very intuitive aspect. Keep it up. Thanks
---
So, is that bit of code ok for my buttons?
---
So, is that bit of code ok for my buttons?
Please Log in or Create an account to join the conversation.
Re: Buttons too large
5 years 4 months ago - 5 years 4 months ago
Yes. That is correct code. So please help me add bellow CSS rules to the custom.css file. We will apply to our template in next version.
Please subscribe the Official Announcements category to receive the update news when we release new version for template.
Thanks
Code:
/* Fix for Create new topic button */
body #kunena.layout a.btn .fa-pencil-alt::before {
content: "\f303";
}
/* Fix for topic icon */
#kunena.layout ul.topic-list li .topic-author-wrap .topic-info .kcol-ktopicicon {
background-color: #ccc;
}
Please subscribe the Official Announcements category to receive the update news when we release new version for template.
Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 5 years 4 months ago by ntstore.
Please Log in or Create an account to join the conversation.
Time to create page: 0.400 seconds