Change Topic icons from vertical to horizontal
G
Topic Author
Gynta2
New Member
Gynta2
- Thanks: 0
Change Topic icons from vertical to horizontal
9 years 8 months ago - 9 years 8 months ago
I´m using since today NTS Silver.
If I open the form for a new topic, the template is listing the topic icons vertical (see attachment).
How is the way to bring it horizontal?
If I open the form for a new topic, the template is listing the topic icons vertical (see attachment).
How is the way to bring it horizontal?
Last edit: 9 years 8 months ago by Gynta2.
Please Log in or Create an account to join the conversation.
Re: Change Topic icons from vertical to horizontal
9 years 8 months ago
Hi Gynta2,
The first sorry about bit delay. Open the template.css file in your active Joomla template and paste bellow CSS rules to the bottom of file.
Save and reload your site.
Best regards,
The first sorry about bit delay. Open the template.css file in your active Joomla template and paste bellow CSS rules to the bottom of file.
Code:
#Kunena #kpost-topicicons img {
display: inline-block !important;
vertical-align: middle;
}
Save and reload your site.
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 **
The following user(s) said Thank You: Gynta2
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds