• Resolved myt007

    (@myt007)


    Hello! I want the code for css style..to move icon bottom!

    See img:

    Like in this image!

    And another thing, bellow icon messenger to write Conntact or what words we want!

    ty

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter myt007

    (@myt007)

    Plugin Author nimonogi

    (@nimonogi)

    You can find the .css file under /wp-content/plugins/fb-messenger/css/

    You can create an image with the text you want below the icon and upload it at your wp-admin > settings > fb messenger.

    Hope that helps.

    Thread Starter myt007

    (@myt007)

    i know were is css, what code i need to put ?? for moving more down the icon ?? to the bottom

    Plugin Author nimonogi

    (@nimonogi)

    You need to replace “top: 30%;” with “bottom: 30%;”

    Thread Starter myt007

    (@myt007)

    not working ?? stil on top stay

    #fbMsg img {
    position: fixed;
    z-index: 9999; /* Sit on top */
    right: 0;
    float:right;
    bottom: 30%;
    margin-top: -25px; /* -(image_height/2) */
    cursor: pointer;
    width: 55px;
    height: 55px;
    }
    #fbMsg-leftside img {
    position: fixed;
    z-index: 9999; /* Sit on top */
    left: 0;
    float:left;
    bottom: 30%;
    margin-top: -25px; /* -(image_height/2) */
    cursor: pointer;
    width: 55px;
    height: 55px;
    }

    Plugin Author nimonogi

    (@nimonogi)

    You need to clear your browser’s cache. Looks fine to me.

    If you want it even lower, change 30% to 20℅

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Icon messenger position!’ is closed to new replies.