Tag Cloud Problem

Posted in: Newspaper
Post count: 91

Hello, I have a problem with Tag Cloud. Please, have a look https://ibb.co/6ZWtG4h. Website: dev.wilhard.ru. There is no spacing between lines. How do I fix it?

Post count: 20688

Hi,

You could set a bigger line height, there is a setting that will affect the tag cloud in the theme panel font settings
http://prntscr.com/ma3esb

Or use some CSS – http://prntscr.com/ma3fpa

.widget_tag_cloud a {
line-height: 30px;
}

Thanks

Post count: 91

Thanks. I changed CSS and it work out for desktop. But it didn’t effect the mobile version. Please, what is the CSS code for both mobile and desktop?

Post count: 20688

You have set a line height of 25px from what I can see, it looks like this on desktop
http://prntscr.com/maj9is
And like this on mobile – http://prntscr.com/maj9xd

It looks exactly the same in both situations. Please correct me if I misunderstand something.

Post count: 91

Yes, you are right. It was different for me, because of cache, I beleive so. Thank you very much. Sorry, for inconvenience…

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.