• Resolved Amine CH

    (@aminech)


    Hello

    I am trying to make the emojis centered on small screens (phones) by overriding/canceling “float: left;” and using “display: inline-block”:

    .span1 {
    float: none !important;
    display: inline-block;
    }

    The the emojis do not appear after using this costume style, on console I get a bad gateway error. Maybe because it is a backside class.

    Any idea how to fix this ? I am guessing the only solution is to change it on the backside.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Myeffecto

    (@supportmyeffectocom)

    Hi,

    Its hard to give solution without knowing your website. please share site address where you are using myeffecto or you can mail us at support(at)myeffecto(dot)com

    Plugin Author Myeffecto

    (@supportmyeffectocom)

    Hope you have contact support via mail

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘(CSS) Change float: left; TO display: inline-block; Cause the plugin to stop wor’ is closed to new replies.