Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Kunena Latest 2 columns
- Al Duccino
-
Topic Author
- Offline
- Junior Member
-
Less
More
10 years 5 months ago #170540
by Al Duccino
Replied by Al Duccino on topic Kunena Latest 2 columns
It should work now
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
10 years 5 months ago #170541
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Replied by 9themestore on topic Kunena Latest 2 columns
Please update CSS rules:
It's working on our Firebug tool.
Code:
ul.klatest-items {
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
ul.klatest-items li.klatest-item {
box-sizing: border-box;
clear: none; /* add new */
display: block;
float: left;
padding: 5px;
width: 25%;
}
It's working on our Firebug tool.
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
The following user(s) said Thank You: Al Duccino
Please Log in or Create an account to join the conversation.
- Al Duccino
-
Topic Author
- Offline
- Junior Member
-
10 years 5 months ago #170542
by Al Duccino
Replied by Al Duccino on topic Kunena Latest 2 columns
Thank you so much !!
I only need to fix one more site and I can finally open my website.
Thanks again 9themestore
I only need to fix one more site and I can finally open my website.
Thanks again 9themestore
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
10 years 5 months ago #170543
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Replied by 9themestore on topic Kunena Latest 2 columns
You're welcome.
Let's me know if you want to help.
Let's me know if you want to help.
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Please Log in or Create an account to join the conversation.
- Al Duccino
-
Topic Author
- Offline
- Junior Member
-
10 years 5 months ago #170544
by Al Duccino
Replied by Al Duccino on topic Kunena Latest 2 columns
I would really appreciate the help yes. it's not Kunena related tho.
I applied this CSS rule on the entire website :
I would like to apply 98% instead of 95% but only for my jomsocial component, any idea how I could achieve this ?
I applied this CSS rule on the entire website :
Code:
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 95% !important;
max-width:1920px;
margin-top:0px;
}
I would like to apply 98% instead of 95% but only for my jomsocial component, any idea how I could achieve this ?
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
-
10 years 5 months ago - 10 years 5 months ago #170545
by 9themestore
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Replied by 9themestore on topic Kunena Latest 2 columns
Add below CSS rules to your style file:
The above CSS rules works with Jomsocial page only.
Code:
.joms-no-touch .container {
width: 98% !important;
}
The above CSS rules works with Jomsocial page only.
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful
Last edit: 10 years 5 months ago by 9themestore.
Please Log in or Create an account to join the conversation.
Time to create page: 0.248 seconds