Captions on home page slider are aligned left

Home Support Business Point Plus Captions on home page slider are aligned left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8038
    Anonymous
    Inactive

    How do I get the captions to be centered on the slider images on the home page?
    https://dimora2.wpengine.com/

    #8039
    ProDesigns
    Keymaster

    Hi @scotttrue,

    It is not center aligned because you are using a single banner in the slider. However, you can center align caption with few CSS.

    Please go to Appearance >> Customize >> Additional CSS and add following lines of CSS to center align caption.

    #main-slider .cycle-caption {
        width: 100%!important;
        text-align: center;
    }
    
    #main-slider .cycle-caption .caption-wrap {
        width: 100%;
        text-align: center;
    }

    Hope it will work for you.

    Thank you.

    #8040
    Anonymous
    Inactive

    Thank you!

    #8041
    ProDesigns
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.