Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@themodernmommy)

    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.