• Hi,

    I know this is a long shot. But I am very happy using your widget. I use it without styling. And was wondering if you know how to increase the distance of the lines when tag line link is too long for the widget and goes to a new line.

    I am using the css code

    .cool-tag-cloud .tag-cloud-link {
        display: block;
    	margin-bottom: 10px;
    }
    
    .cool-tag-cloud .tag-cloud-link::after {
    	content: '';
    }
    
    .cool-tag-cloud .tag-cloud-link:last-child::after {
    	content: '';
    }

    Here you can see the wordt Riviernatuur being too close to the text Verticale Ruimte voor.

    screenshot

    • This topic was modified 2 years, 1 month ago by impulsivia.
    • This topic was modified 2 years, 1 month ago by impulsivia.
    • This topic was modified 2 years, 1 month ago by impulsivia.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @impulsivia

    Thanks, happy to hear that.

    Try this:

    
    body .cool-tag-cloud .ctcleft a,
    body .cool-tag-cloud .ctcleft .tag-cloud-link {
       line-height: 1.6 !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘increase line distance’ is closed to new replies.