Center a Mini Slider Image

Item request has been placed! ×
Item request cannot be made. ×
loading  Processing Request
Center Mini Slider

Mini Sliders are a visual navigation aid, like a horizontal bookmark, that displays a series of images in a slim horizontal carousel. Mini Sliders do not scroll automatically. Mini Sliders can be populated with icons or images and text labels.

Use CSS code in the CSS override in any theme to horizontally center an image inside the mini-slider. More information about Mini Sliders can be found in our user manual.

Center a Mini Slider Image on a Database Page

You can use the following code in the CSS override in any theme to horizontally center an image inside the mini-slider:

 

.page-databases .mini-slider .slick-slider .views-row { 

    justify-content: center; 

}

User Manual

Back to User Manual