hello is there any way to change the location of the Controls?
Default Controls can now be put botton or top,
but I want put it in the middle of the field
(fields, img, title, teaser,)
may appear as follows

img
title
Controls
teaser

Thanks

Sorry my englis

Comments

jessehs’s picture

Try using CSS. Give the controls a style like this:

.views_slideshow_singleframe_controls {
position: absolute;
top: 100px;
left: 100px;
}

rodibox’s picture

Thanks your advice is convenient. Thanks

redndahead’s picture

Status: Active » Fixed

Marking as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.