Title: Multiple Shortcodes on one line
Last modified: August 22, 2016

---

# Multiple Shortcodes on one line

 *  [themodernmommy](https://wordpress.org/support/users/themodernmommy/)
 * (@themodernmommy)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/multiple-shortcodes-on-one-line/)
 * I want to add 2 different sliders, but have them show up beside each other on
   my page. When I try to add the second short code to the same line in the Edit
   Page section, it automatically goes below the first. Is there anyway to have 
   them beside each other instead of one below the other?
 * Site: [http://themodernmommy.ca](http://themodernmommy.ca)
 * [https://wordpress.org/plugins/smooth-slider/](https://wordpress.org/plugins/smooth-slider/)

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

 *  [sagar.k](https://wordpress.org/support/users/sagark/)
 * (@sagark)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/multiple-shortcodes-on-one-line/#post-5496412)
 * Hi there,
 * You can show two Smooth Slider beside each other, to do that follow below procedure,
   Before that please adjust width of smooth slider according your page size to 
   show two slider beside each other.
 * 1. Add both slider’s shortcode in different div and give different class to each
   div.
 * Example: `<div>
    <div class=”slider_1″> [smoothrecent]</div>
 * <div class=”slider_2″>[smoothcategory catg_slug=”company-policy”]</div>
    </div
   >`
 * 2. Now, Go to Smooth Slider => Settings => Basic Settings => Miscellaneous =>
   Custom CSS and put CSS “float: left !important; “for both div. and save settings.
 * Example : `.slider_1 {float:left !important;}
    .slider_2 {float:left !important;}`
 * Let me know if it is help
 * Thank you,
 * Regards,
    Sagar.
 *  Thread Starter [themodernmommy](https://wordpress.org/support/users/themodernmommy/)
 * (@themodernmommy)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/multiple-shortcodes-on-one-line/#post-5496419)
 * That didn’t work.

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

The topic ‘Multiple Shortcodes on one line’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [themodernmommy](https://wordpress.org/support/users/themodernmommy/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/multiple-shortcodes-on-one-line/#post-5496419)
 * Status: not resolved