• Resolved alexcz

    (@alexcz)


    Anyone know how I can have the text wrap more tightly under the thumbnail?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    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.

    Plugin Author Aldo Latino

    (@aldolat)

    Italy

    Thread Starter alexcz

    (@alexcz)

    I should have guessed! ??
    OK, it’s done. Thanks.

    Plugin Author Aldo Latino

    (@aldolat)

    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!

    Plugin Author Aldo Latino

    (@aldolat)

    You’re welcome! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove space under thumbnail’ is closed to new replies.