Home Forums Theme support Can I center images in the full-width Allslider? Reply To: Can I center images in the full-width Allslider?

Hi,

hm, with some lines of custom css code it’s possible. You can add this code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

#cycle_header img {
	margin: 0px auto;
}

This should work