Title: HELP!! with short code
Last modified: August 21, 2016

---

# HELP!! with short code

 *  Resolved [pslovetye](https://wordpress.org/support/users/pslovetye/)
 * (@pslovetye)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/help-with-short-code/)
 * I have a couple of questions and thank you in advance lol
 * How do i move the title of the popular post from right under my slider
    how do
   i change the font of the header and if possible is there a way to make the post
   line up next to each other rather than below each other and can i remove the 
   bullet numbers
 * [https://wordpress.org/plugins/wordpress-popular-posts/](https://wordpress.org/plugins/wordpress-popular-posts/)

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

 *  Thread Starter [pslovetye](https://wordpress.org/support/users/pslovetye/)
 * (@pslovetye)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/help-with-short-code/#post-4988824)
 * and my site is lovewithoutalimit.com
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/help-with-short-code/#post-4988880)
 * Hi there,
 * While I like helping out others whenever I can, **all** of your questions are
   theme specific and you should be contacting the theme’s developer instead.
 * Anyways, since we’re here already:
 * > _How do I move the title of the popular post from right under my slider?_
 * In your theme’s stylesheet, find:
 *     ```
       .glam_slider {
       margin: 0 0 0 0;
       line-height: 18px;
       position: relative;
       height: auto;
       }
       ```
   
 * … and change it to:
 *     ```
       .glam_slider {
       margin: 0 0 30px 0;
       line-height: 18px;
       position: relative;
       height: auto;
       }
       ```
   
 * > _Is there a way to make the post line up next to each other rather than below
   > each other?_
 * While it’s possible, this requires making a few modifications to theme’s stylesheet
   and probably also to its code. You should ask the developer about this.
 * > _Can I remove the bullet numbers?_
 * On your theme’s stylesheet, find:
 *     ```
       .article ul {
       margin: 0 0 20px 25px;
       list-style: circle outside;
       }
       ```
   
 * … and replace it with:
 *     ```
       .article ul {
       margin: 0 0 20px 25px;
       list-style: none;
       }
       ```
   

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

The topic ‘HELP!! with short code’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/help-with-short-code/#post-4988880)
 * Status: resolved