Viewing 1 replies (of 1 total)
  • Plugin Author DWUser

    (@dwusercom)

    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.