Title: Alignment
Last modified: August 21, 2016

---

# Alignment

 *  Resolved [besatree](https://wordpress.org/support/users/besatree/)
 * (@besatree)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/)
 * Hi, I really like the plugin but am having some troubles trying to center align
   the shortcode. Is there any way to center align the box on a page? I’ve tried
   the standard routes but no luck.
 * Any help would be greatly appreciated.
 * Thanks!!
 * [http://wordpress.org/plugins/wplike2get/](http://wordpress.org/plugins/wplike2get/)

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

 *  Plugin Author [Markus Drubba](https://wordpress.org/support/users/drumba/)
 * (@drumba)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360185)
 * Hi, can you show me a link where I can see the result?
 *  Thread Starter [besatree](https://wordpress.org/support/users/besatree/)
 * (@besatree)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360186)
 * [http://besatree.com/site/soiled/](http://besatree.com/site/soiled/)
 * I would like for the download box to be centered above the image.
 *  Plugin Author [Markus Drubba](https://wordpress.org/support/users/drumba/)
 * (@drumba)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360188)
 * You can, but I think it is easier with the small version of the buttons. You 
   should override the styles of this classes with float:none and display:inline(
   don’t forget to add the IE hack 😉 )
 * `#l2g .facebook, #l2g .twitter, #l2g .gplusone`
 *  Thread Starter [besatree](https://wordpress.org/support/users/besatree/)
 * (@besatree)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360192)
 * how would i do that? im familiar with wordpress, but not the steps to make that
   happen… could i get a brief overview by chance?
    appreciate your help!
 *  Plugin Author [Markus Drubba](https://wordpress.org/support/users/drumba/)
 * (@drumba)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360196)
 * Add this custom css to your theme:
 *     ```
       #l2g {text-align:center;}
       #l2g .facebook, #l2g .twitter, #l2g .gplusone {
           float: none !important;
           display: inline;
           padding: 0 20px;
       }
   
       #l2g .facebook div, #l2g .twitter div, #l2g .gplusone div {
           display: inline;
       }
   
       #l2g iframe {
           padding: 0;
           box-shadow: none;
       }
       ```
   
 *  Thread Starter [besatree](https://wordpress.org/support/users/besatree/)
 * (@besatree)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360197)
 * THANK YOU THANK YOU THANK YOU!!!!!!!!
 *  Thread Starter [besatree](https://wordpress.org/support/users/besatree/)
 * (@besatree)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360198)
 * I really appreciate you taking the time to help me out with that. Big big thanks.
   Hope you have a great night!
 *  Plugin Author [Markus Drubba](https://wordpress.org/support/users/drumba/)
 * (@drumba)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360200)
 * With pleasure! 😉
 * It would be nice if you rate the plugin and write a recommendation 🙂
 *  Thread Starter [besatree](https://wordpress.org/support/users/besatree/)
 * (@besatree)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360202)
 * done! thank you again!

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

The topic ‘Alignment’ is closed to new replies.

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

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 9 replies
 * 2 participants
 * Last reply from: [besatree](https://wordpress.org/support/users/besatree/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/alignment-18/#post-4360202)
 * Status: resolved