• Resolved IndyITguy

    (@indyitguy)


    When my site is viewed on widescreen monitors the slider images are aligned to the left, how can I get them centered?

Viewing 1 replies (of 1 total)
  • Thread Starter IndyITguy

    (@indyitguy)

    nm figured it out… Need to add margin-left: auto; and margin-right: auto; to CSS for the following…

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    	display: block;
    	height: auto;
    	max-width: 100%;
    	line-height: 1;
    	margin-left: auto;
    	margin-right: auto;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘center slider images’ is closed to new replies.