Title: Centralising Icons
Last modified: August 21, 2016

---

# Centralising Icons

 *  Resolved [jskehill](https://wordpress.org/support/users/jskehill/)
 * (@jskehill)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/)
 * Could you please help me make the icons always appear centred? At the moment 
   they are left aligned. I assume that you add code to the html output box? But
   I just do not know what code is needed. Could you please paste it here?
 * Many thanks
 * John
 * [http://wordpress.org/plugins/social-stickers/](http://wordpress.org/plugins/social-stickers/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Anonymous User 9905372
 * (@anonymized-9905372)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/#post-4099011)
 * Appear centered where? On which site?
 * Cheers.
 *  Thread Starter [jskehill](https://wordpress.org/support/users/jskehill/)
 * (@jskehill)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/#post-4099015)
 * You can see the widget at [http://awediohub.com/about-us/](http://awediohub.com/about-us/)
 * The password to view the page is socialstickers
 * I want the plugin to appear in the sidebar area….but it is left aligned. I would
   like it to always appear centred if possible? So even when somebody resizes the
   page, the icons always remain centred.
 * Could you please explain what code I need to add to achieve this?
 * Look forward to hearing from you
    John
 *  Anonymous User 9905372
 * (@anonymized-9905372)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/#post-4099057)
 * You need to switch to the advanced view in the settings.
 * Then go to the “Advanced tab” and edit the custom HTML output box and check the
   checkbox “Use custom HTML output”.
 * Before the sticker loop just add some basic HTML:
 * `<div align="center">`
 * And after the loop:
 * `</div>`
 * More about custom HTML outputting is written in the “Other notes” section: [http://wordpress.org/plugins/social-stickers/other_notes/](http://wordpress.org/plugins/social-stickers/other_notes/)
 * Cheers.
 *  Thread Starter [jskehill](https://wordpress.org/support/users/jskehill/)
 * (@jskehill)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/#post-4099060)
 * Hi, thanks for the reply…unfortunately I cannot seem to get it to work. Could
   you please tell me exactly where I need to insert the code you sent me….
 * <p>Add me on any of the social networks!</p>
    <p> <div align=”center”> {$stickers_start}
   [{$sticker_img_32}](https://wordpress.org/support/topic/centralising-icons/{$sticker_url}?output_format=md){
   $stickers_end} </div> </p>
 * <p>We have {$facebook_likes} likes on Facebook and {$facebook_talking_about} 
   people talking about us. We also have {$twitter_followers} followers on Twitter!
 * Is that correct? When I tried the above code….the icons disappeared….and this
   was displayed…
 * Add me on any of the social networks!
 * {$sticker_img_32}{$sticker_img_32}{$sticker_img_32}{$sticker_img_32}{$sticker_img_32}{
   $sticker_img_32}
 * We have likes on Facebook and people talking about us. We also have followers
   on Twitter!
 * Could you please paste me exactly what I should paste in the html box?
 * Many thanks
 * John
 *  Anonymous User 9905372
 * (@anonymized-9905372)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/#post-4099062)
 * Update to version 2.2.1 first, because there was a bug in 2.2 regarding the custom
   HTML output.
 * Put this in the custom html box (if you don’t want the networks to open in a 
   new window, just remove the target=”_blank”:
 *     ```
       <div align="center">
       {$stickers_start}
       	<a href="{$sticker_url}" target="_blank"> <img src="{$sticker_img_url}" width="32" height="32" alt="{$sticker_name}" /></a>
       {$stickers_end}
       </div>
       ```
   
 * And please, if you have the time review this plugin or if you have some extra
   $, support this plugin and my time regarding support questions via a donation–
   [http://gum.co/social-stickers](http://gum.co/social-stickers)
 * Cheers.
 *  Thread Starter [jskehill](https://wordpress.org/support/users/jskehill/)
 * (@jskehill)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/#post-4099063)
 * Thanks for the help. We are getting closer…
 * if you go on [http://www.awediohub.com/about-us](http://www.awediohub.com/about-us)
 * You will see that the icons are now centred but they are not quite displayed 
   perfectly…the second row doesnt sit perfectly under the first row.
 * Can you advise on fixing this?
 * Thank you for your excellent customer support!
 * John
 *  Thread Starter [jskehill](https://wordpress.org/support/users/jskehill/)
 * (@jskehill)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/#post-4099091)
 * Any news on this? Really want to put the social stickers on the site, but not
   until they look perfect.
 * I look forward to hearing from you
 * JOhn

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Centralising Icons’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/social-stickers.svg)
 * [Social Stickers](https://wordpress.org/plugins/social-stickers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/social-stickers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/social-stickers/)
 * [Active Topics](https://wordpress.org/support/plugin/social-stickers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-stickers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-stickers/reviews/)

## Tags

 * [aligned](https://wordpress.org/support/topic-tag/aligned/)
 * [centre](https://wordpress.org/support/topic-tag/centre/)

 * 7 replies
 * 2 participants
 * Last reply from: [jskehill](https://wordpress.org/support/users/jskehill/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/centralising-icons/#post-4099091)
 * Status: resolved