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

Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 6 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • I’m using the Casamia theme with the full-width slider as the home page. My issue is the pictures always align to the left leaving white space on the right. Is there any way I can align the pictures to the center so it looks better, or is the only option to get larger images? If I need larger images what size is needed?

    Thank you for your time/help.

    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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.