Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 00:51 UTC
Updated:
28 Nov 2009 at 19:40 UTC
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
Comment #1
jessehsTry using CSS. Give the controls a style like this:
.views_slideshow_singleframe_controls {
position: absolute;
top: 100px;
left: 100px;
}
Comment #2
rodibox commentedThanks your advice is convenient. Thanks
Comment #3
redndahead commentedMarking as fixed.