Hello,
your site is currently blocked.
If you open it, I can help you.
Thread Starter
alexcz
(@alexcz)
Ok, thanks, which country should I unblock? I block most countries because I only serve Czechia & Slovakia.
Thread Starter
alexcz
(@alexcz)
I should have guessed! 😁
OK, it’s done. Thanks.
I see that there are a lot of custom styles added in the Styles > Custom styles panel.
There is a style that has this rule:
img.pis-thumbnail-img {
margin-top: 5px;
margin-right: 10px;
margin-bottom: 20px;
float: left;
}
You can change it into this:
img.pis-thumbnail-img {
margin-top: 5px;
margin-right: 10px;
margin-bottom: 0px;
float: left;
}
and the text will flow more tightly under the image.
Let me know, please.
Thread Starter
alexcz
(@alexcz)
That’s strange? I can’t find the style you mention either in my theme’s custom css panel (which I use rather than each instance of pis custom css, to keep it ‘global’), or in custom css box in each pis instance? However, I added your second code to my themes css and it works fine.
Thanks very much!