Title: Float responsive template
Last modified: August 21, 2016

---

# Float responsive template

 *  Resolved [indira14](https://wordpress.org/support/users/indira14/)
 * (@indira14)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/float-responsive-template/)
 * I am trying to get the slider to appear in a div that’s floating on the left 
   and have another div on the right of the slider.
 * I am using the responsive option for the width.
 * The code makes the slider 100% width, which makes it impossible to have it float
   on the left side. The div I want to have next to the slider gets pushed down 
   because of it.
 * How do I solve this?
 * [http://wordpress.org/extend/plugins/easyrotator-for-wordpress/](http://wordpress.org/extend/plugins/easyrotator-for-wordpress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [DWUser](https://wordpress.org/support/users/dwusercom/)
 * (@dwusercom)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/float-responsive-template/#post-3942767)
 * Hi,
 * I recommend that you first work out the positioning as desired with the floated
   div. Once that’s working as desired without any content in it, set its `position`
   to be relative and place an absolutely-positioned div inside of it. Then, place
   the rotator inside of it. For example:
 *     ```
       <div style="float: left; position: relative; ...whatever else...">
          <div style="position: absolute; left: 0; right: 0; top: 0;">
             ...rotator here...
          </div>
       </div>
       ```
   
 * Sincerely,
    Drew O’Neill

Viewing 1 replies (of 1 total)

The topic ‘Float responsive template’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easyrotator-for-wordpress_72a6c3.
   svg)
 * [EasyRotator for WordPress - Slider Plugin](https://wordpress.org/plugins/easyrotator-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easyrotator-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easyrotator-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/easyrotator-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easyrotator-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easyrotator-for-wordpress/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [DWUser](https://wordpress.org/support/users/dwusercom/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/float-responsive-template/#post-3942767)
 * Status: resolved