• Resolved Matt Robinson

    (@mattyrob)


    Hi there and thanks for a great plugin.

    I’m using version 3.1.9 of the plugin (free version) with the Bahaus theme and I’ve noticed a persistent issue with the smily icon placement .

    https://imagebin.org/298145

    The top image is how my site looks by default and the bottom image is with the following code running as a plguin:

    function smiley_margin() {
    	echo "<style type=\"text/css\">img.wp-smiley { margin: 0; display:inline !important; }</style>";
    }
    add_action('wptouch_post_head', 'smiley_margin');

    Perhaps you can fix this in a future release.

    https://www.ads-software.com/plugins/wptouch/

Viewing 2 replies - 1 through 2 (of 2 total)
  • By design, Bauhaus theme auto-centres images under 150px. This cannot be overridden with CSS so your custom function is a good way to customize the mobile theme.

    Thread Starter Matt Robinson

    (@mattyrob)

    Thanks for the clarification and follow up. I’ll keep using my custom function then ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Smiley Icon alignment’ is closed to new replies.