Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Please Read This First:

This is a community-driven self-help category to ask questions about designing or developing your own Kunena template. Please be aware that there are rules that apply to topics posted in this category:

Do not use this category for:
  • asking questions about how to make simple changes to a template designed by the Kunena project team (use K 3.0 Templates instead);
  • advertising your own template designs.

Topics that do not meet the above guidelines may be removed without notice.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question NTS KRevista template: how to add some spacing between lines

More
9 years 9 months ago - 9 years 9 months ago #1 by cadufo
I'm fed up trying to get it! In my forum, there's no separation between lines. aggggggh!

Paragraph spacing in Microsoft Word is found on the Format->Paragraph option. You are given an option to set the spacing before and after each paragraph. You are also given options to set the line spacing within the paragraph.

Can I do both? Paragraph and line spacing?+

An example of my FORUM: IT'S JUST HORRIBLE!
mevoyainglaterra.com/foro/pasar-por-aqu%...tear/111-bienvenidos
Last edit: 9 years 9 months ago by cadufo.

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #2 by 9themestore
Hi cadufo,

Please post your question on forum of template's provider. We will guide you how to add some spacing.

Regards

- 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: cadufo

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago - 9 years 9 months ago #3 by nutter308
cadufo I noticed your category header background doesn't accommodate multiple lines very well as it's a fixed image. You can update your css with the below for a better effect, if you aren't sure of these changes consult your template provider ;)

Backup your original file before making any changes!

replace in kunena.forum-min.css
Code:
body #Kunena div.kblock>div.kheader{background: url(/../images/main-cat-bg.png) repeat-x left bottom #1b5da2 !important;color:#fff;padding:10px 10px 15px;position:relative;overflow:hidden;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0}

with below
Code:
body #Kunena div.kblock>div.kheader{background: rgb(84,149,214) !important;background: -moz-linear-gradient(top, rgba(84,149,214,1) 0%, rgba(65,137,209,1) 2%, rgba(56,129,202,1) 29%, rgba(31,106,182,1) 86%, rgba(44,115,185,1) 88%, rgba(24,85,146,1) 89%, rgba(27,94,163,1) 91%, rgba(26,93,162,1) 95%, rgba(27,93,162,1) 96%, rgba(27,93,162,1) 100%) !important;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,149,214,1)), color-stop(2%,rgba(65,137,209,1)), color-stop(29%,rgba(56,129,202,1)), color-stop(86%,rgba(31,106,182,1)), color-stop(88%,rgba(44,115,185,1)), color-stop(89%,rgba(24,85,146,1)), color-stop(91%,rgba(27,94,163,1)), color-stop(95%,rgba(26,93,162,1)), color-stop(96%,rgba(27,93,162,1)), color-stop(100%,rgba(27,93,162,1))) !important;background: -webkit-linear-gradient(top, rgba(84,149,214,1) 0%,rgba(65,137,209,1) 2%,rgba(56,129,202,1) 29%,rgba(31,106,182,1) 86%,rgba(44,115,185,1) 88%,rgba(24,85,146,1) 89%,rgba(27,94,163,1) 91%,rgba(26,93,162,1) 95%,rgba(27,93,162,1) 96%,rgba(27,93,162,1) 100%) !important;background: -o-linear-gradient(top, rgba(84,149,214,1) 0%,rgba(65,137,209,1) 2%,rgba(56,129,202,1) 29%,rgba(31,106,182,1) 86%,rgba(44,115,185,1) 88%,rgba(24,85,146,1) 89%,rgba(27,94,163,1) 91%,rgba(26,93,162,1) 95%,rgba(27,93,162,1) 96%,rgba(27,93,162,1) 100%) !important;background: -ms-linear-gradient(top, rgba(84,149,214,1) 0%,rgba(65,137,209,1) 2%,rgba(56,129,202,1) 29%,rgba(31,106,182,1) 86%,rgba(44,115,185,1) 88%,rgba(24,85,146,1) 89%,rgba(27,94,163,1) 91%,rgba(26,93,162,1) 95%,rgba(27,93,162,1) 96%,rgba(27,93,162,1) 100%) !important;background: linear-gradient(to bottom, rgba(84,149,214,1) 0%,rgba(65,137,209,1) 2%,rgba(56,129,202,1) 29%,rgba(31,106,182,1) 86%,rgba(44,115,185,1) 88%,rgba(24,85,146,1) 89%,rgba(27,94,163,1) 91%,rgba(26,93,162,1) 95%,rgba(27,93,162,1) 96%,rgba(27,93,162,1) 100%) !important;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5495d6', endColorstr='#1b5da2',GradientType=0 ) !important;color:#fff;padding:10px 10px 15px;position:relative;overflow:hidden;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0}
Attachments:
Last edit: 9 years 9 months ago by nutter308. Reason: Fixed CSS

Please Log in or Create an account to join the conversation.

Time to create page: 0.350 seconds