Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author kutsy

    (@kutsy)

    Hello.
    You can customize this by using CSS.
    For example:

    div#janes-related-posts ul {
    margin: 0;
    padding: 0;
    }

    div#janes-related-posts ul li {
    list-style: none;
    float: left;
    width: 150px;
    padding: 0 35px 0 0;
    margin: 0;
    display: inline;
    }

    Thread Starter Skaty

    (@skaty)

    Awesome, thank you.

    Last question:
    How can i do a little tooltip when mouse is on picture ? In tooltip want to show post’s title.

    i tries somthing like this but didn’t work.

    <DIV TITLE=”header=[First row] body=[second row]” STYLE=”BORDER: #558844 1px solid;WIDTH:200px;HEIGHT: 40px”> My div with some text inside. Move over me to see my popup menu. </DIV>

    Plugin Author kutsy

    (@kutsy)

    How can i do a little tooltip when mouse is on picture ? In tooltip want to show post’s title.

    Pretty tooltips you can create only with JavaScript (jQuery).
    This can help you.

    Thread Starter Skaty

    (@skaty)

    i tried this one: https://jqueryfordesigners.com/coda-popup-bubbles/

    but i think this is beyond me, this is enough for now ??

    Plugin Author kutsy

    (@kutsy)

    Try another plugin ??

    Thread Starter Skaty

    (@skaty)

    i tried a lot of plugin but just this one is cover my needs ??

    Plugin Author kutsy

    (@kutsy)

    Problems with integration? What exactly does not work?

    Thread Starter Skaty

    (@skaty)

    the plugins ?

    they are work but not exactly like i want. the problem is can’t show them exactly where i want. this is like my home page, just images. the other have some issues.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘side by side’ is closed to new replies.