Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jamel.Z

    (@lebleut)

    Hi Kees

    your images do not fit the expected width for the tooltip
    so first of all if you want to customize your images appearance you have to install this great plugin : Simple Custom CSS
    now use it to override the images layout by this :
    if you like this layout -> Screenshot1 add this :

    .bluet_block_container img{
       margin-right: 7px !important;
       margin-bottom: 3px !important;
       width: 100px !important;
    }

    if you like this one -> Screnshot 2 add this :

    .bluet_block_container img{
       width: 100% !important;
    }

    100% and not 100px for the 2nd

    Thread Starter Kees Hessels

    (@kees-hessels)

    Woooow, i like Screenshot 1 !
    I have put your code in the “Additional style”-box of my theme and it works!.
    Thanks very much.
    You should make these different layouts as option with every tooltip (not for all tooltips) !

    Thread Starter Kees Hessels

    (@kees-hessels)

    btw your second example does center the picture much better. What is the difference with the original source you are using?

    Plugin Author Jamel.Z

    (@lebleut)

    Great to hear that ??
    the issue is that the width of your image is less then 300pxls

    great idea, I have to provide a layout for each single keyword
    I noticed that

    and I change the statue of this thread to RESOLVED ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tooltip image does not center ok’ is closed to new replies.