Post Text Centered In Slider

  • PatrolCaptain

    #49395

    When I create any post that will appear in the slider, my text is always left justified. But when the post appears in the slider the text is centered. Where do I find the control for that?

    Thank you.

    Admin

    Syahir Hakim

    #49397

    Please provide the link to your site so that we can take a look. Thanks!

    PatrolCaptain

    #49402

    http://www.elkahir.org

    Thanks for your help.

    Admin

    Syahir Hakim

    #49404

    Try adding this code to Customizer > Additional CSS:

    .carousel .item {
    	text-align: left;
    	padding: 15px;
    }
    

    PatrolCaptain

    #49412

    It works!

    Thank you,
    PatrolCaptain

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

  • You must be logged in to reply to this topic.