By default, the panel in the center top. I need the panel was the center of the bottom.
This controls:

firebug-> and move margin-top, or margin- bottomAlexander_photo wrote:How to move the controls (controlbar) in Highslide JS (image only) to another location in the photo?
By default, the panel in the center top. I need the panel was the center of the bottom.
This controls:
Code: Select all
.highslide-controls {
margin: -80px 0 0;
}
Code: Select all
.highslide-controls {
margin: -80px 0 0 !important;
border: 1px solid red;
}