• Resolved SteffiSchulte

    (@steffischulte)


    Hi!

    I know, I can make my own custom html output in the advanced section, but my html-knowledge is… ??

    Could you please help me? I would like to have the stickers centered and a gap between the rows (I have 10 Stickers in two rows).

    <p>
    {$stickers_start}
    	<a href="{$sticker_url}" title="{$sticker_name}">{$sticker_img_32}</a>
    {$stickers_end}
    </p>

    Can you tell me, where I must change this code?

    Thanks,
    Steffi

    https://www.ads-software.com/plugins/social-stickers/

Viewing 1 replies (of 1 total)
  • Anonymous User 9905372

    (@anonymized-9905372)

    Hi,

    Sorry for the late reply.

    If you already have ten stickers in two rows, than do this:

    <style>
    .social_stickers {
            text-align: center;
    }
    .social_stickers span {
    	padding-right: 3px;
    }
    </style>
    <div class="social_stickers">
    {$stickers_start}
    	<span><a href="{$sticker_url}" target="_blank" title="{$sticker_name}">{$sticker_img_32}</a></span>
    {$stickers_end}
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘html questions’ is closed to new replies.