Home Forums Theme support NITRO Slide issues Reply To: NITRO Slide issues

Hi,

normally the slider is always up to the sizes of the images in the slider, as bigger the images as bigger the slider. To center the images, you can add size code to custom css content in the theme options:

#cycle_header img
{
margin:0px auto;
}

To the fact we’ve worked with background images in the slider we’ve not centered the images by default…